gnu.crypto.pki
public class X509CertPath extends CertPath
| Field Summary | |
|---|---|
| static List | ENCODINGS |
| Constructor Summary | |
|---|---|
| X509CertPath(List path) | |
| X509CertPath(InputStream in) | |
| X509CertPath(InputStream in, String encoding) | |
| Method Summary | |
|---|---|
| List | getCertificates() |
| byte[] | getEncoded() |
| byte[] | getEncoded(String encoding) |
| Iterator | getEncodings() |