X509CertImpl.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.

@exception CertificateEncodingException if an encoding error occurs.

class X509CertImpl
override
byte[]
getEncoded
()

Meta