Java.Security.Cert.IX509Extension Members

The members of Java.Security.Cert.IX509Extension are listed below.

Public Properties

[read-only]
CriticalExtensionOIDsICollection<string>. Returns the set of OIDs of the extension(s) marked as CRITICAL, that this implementation manages.
[read-only]
HasUnsupportedCriticalExtensionbool. Returns whether this instance has an extension marked as CRITICAL that it cannot support.
[read-only]
NonCriticalExtensionOIDsICollection<string>. Returns the set of OIDs of the extension(s) marked as NON-CRITICAL, that this implementation manages.

Public Methods

GetExtensionValue(string) : byte[]
Returns the extension value as DER-encoded OCTET string for the specified OID.