public PrivateKeyInfo(
AlgorithmIdentifier privateKeyAlgorithm,
Asn1Encodable privateKey,
Asn1Set attributes
)
Public Sub New (
privateKeyAlgorithm As AlgorithmIdentifier,
privateKey As Asn1Encodable,
attributes As Asn1Set
)
public:
PrivateKeyInfo(
AlgorithmIdentifier^ privateKeyAlgorithm,
Asn1Encodable^ privateKey,
Asn1Set^ attributes
)
Org.BouncyCastle.Asn1.Pkcs.PrivateKeyInfo = function(privateKeyAlgorithm, privateKey, attributes);