Java.Security.ICertificate Members

The members of Java.Security.ICertificate are listed below.

Public Properties

[read-only]
Formatstring. Returns a string identifying the format of this certificate.
[read-only]
GuarantorIPrincipal. Returns the guarantor of this certificate.
[read-only]
PrincipalIPrincipal. Returns the principal of this certificate.
[read-only]
PublicKeyIPublicKey. Returns the public key of this certificate.

Public Methods

Decode(System.IO.Stream)
Decodes a certificate from the given InputStream.
Encode(System.IO.Stream)
Encodes this certificate to an output stream.
ToString(bool) : string
Returns a string containing a concise, human-readable description of the this Certificate.