Certificate.getEncoded

Returns the encoded form of this certificate. It is assumed that each certificate type would have only a single form of encoding; for example, X.509 certificates would be encoded as ASN.1 DER.

@return the encoded form of this certificate

@exception CertificateEncodingException if an encoding error occurs.

class Certificate
abstract
byte[]
getEncoded
()

Meta