Example usage for Java java.security.cert CertPath fields, constructors, methods, implement or subclass
The text is from its open source code.
boolean | equals(Object other) Compares this certification path for equality with the specified object. |
List extends Certificate> | getCertificates() Returns the list of certificates in this certification path. |
byte[] | getEncoded(String encoding) Returns the encoded form of this certification path, using the specified encoding. |
byte[] | getEncoded() Returns the encoded form of this certification path, using the default encoding. |