Package | Description |
---|---|
java.security.cert |
Modifier and Type | Method and Description |
---|---|
abstract byte[] |
Certificate.getEncoded() |
abstract byte[] |
CertPath.getEncoded()
Returns the encoded form of this path, via the default encoding.
|
abstract byte[] |
CertPath.getEncoded(String encoding)
Returns the encoded form of this path, via the specified encoding.
|
abstract byte[] |
X509Certificate.getTBSCertificate() |