PrivateKeyInfo constructor

PrivateKeyInfo(
  1. int version,
  2. AlgorithmIdentifier algorithm,
  3. KeyPair keyPair
)

Implementation

PrivateKeyInfo(this.version, this.algorithm, this.keyPair);