Java java.security.cert CertPath fields, constructors, methods, implement or subclass

Example usage for Java java.security.cert CertPath fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.security.cert CertPath.

The text is from its open source code.

Method

booleanequals(Object other)
Compares this certification path for equality with the specified object.
ListgetCertificates()
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.