Java.Security.Cert.X509Certificate: Method Members

The methods of Java.Security.Cert.X509Certificate are listed below. For a list of all members, see the X509Certificate Members list.

See Also: Inherited members from Java.Security.Cert.Certificate

Public Methods

abstract
CheckValidity()
Checks whether the certificate is currently valid.
abstract
CheckValidity(Java.Util.Date)
Checks whether the certificate is valid at the specified date.
abstract
GetExtensionValue(string) : byte[]
Documentation for this section has not yet been entered.
abstract
GetIssuerUniqueID() : bool[]
Returns the issuerUniqueID from the certificate.
abstract
GetKeyUsage() : bool[]
Returns the KeyUsage extension as a boolean array.
abstract
GetSigAlgParams() : byte[]
Returns the parameters of the signature algorithm in DER-encoded format.
abstract
GetSignature() : byte[]
Returns the raw signature bits from the certificate.
abstract
GetSubjectUniqueID() : bool[]
Returns the subjectUniqueID from the certificate.
abstract
GetTBSCertificate() : byte[]
Returns the tbsCertificate information from this certificate in DER-encoded format.