CmcePublicKey(Asn1Sequence) Constructor

Note: This API is now obsolete.
Initializes a new instance of the CmcePublicKey class

Definition

Namespace: Org.BouncyCastle.Pqc.Asn1
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
[ObsoleteAttribute("Use 'GetInstance' instead")]
public CmcePublicKey(
	Asn1Sequence seq
)

Parameters

seq  Asn1Sequence
 

See Also