Overload | Description |
---|---|
X509AuthorityKeyIdentifierExtension Constructor() | Creates an empty extension. |
X509AuthorityKeyIdentifierExtension Constructor(AsnEncodedData,Boolean) | Creates an extension from ASN.1 encoded data. |
X509AuthorityKeyIdentifierExtension Constructor(String,Byte[],Boolean) | Creates an extension from ASN.1 encoded data. |
X509AuthorityKeyIdentifierExtension Constructor(Byte[]) | Build the X509 Authority Key extension. |
X509AuthorityKeyIdentifierExtension Constructor(Byte[],X500DistinguishedName,Byte[]) | Build the X509 Authority Key extension. |
X509AuthorityKeyIdentifierExtension Constructor(Oid,Byte[],Boolean) | Creates an extension from ASN.1 encoded data. |