org.bouncycastle.jce.provider
public class PKIXCertPath extends CertPath
Method Summary | |
---|---|
List | getCertificates()
Returns the list of certificates in this certification
path. |
byte[] | getEncoded()
Returns the encoded form of this certification path, using
the default encoding.
|
byte[] | getEncoded(String encoding)
Returns the encoded form of this certification path, using
the specified encoding.
|
Iterator | getEncodings()
Returns an iteration of the encodings supported by this
certification path, with the default encoding
first. |
Returns: an immutable List of Certificates (may be empty, but not null)
Returns: the encoded bytes
Throws: CertificateEncodingException if an encoding error occurs
Parameters: encoding the name of the encoding to use
Returns: the encoded bytes
Throws: CertificateEncodingException if an encoding error occurs or the encoding requested is not supported
Returns: an Iterator over the names of the supported encodings (as Strings)