Klasse java.security.cert.CertPath | 1.4 |
java.lang.Object | +--java.security.cert.CertPath
Konstruktoren | |
---|---|
protected | CertPath(String type) |
Methoden | |
---|---|
public boolean | equals(Object other) |
public abstract List | getCertificates() |
public abstract byte[] | getEncoded() |
public abstract byte[] | getEncoded(String encoding) |
public abstract Iterator | getEncodings() |
public String | getType() |
public int | hashCode() |
public String | toString() |
protected Object | writeReplace() |