Serializable
public abstract class CertPath extends Object implements Serializable
Modifier and Type | Class | Description |
---|---|---|
protected static class |
CertPath.CertPathRep |
Modifier and Type | Method | Description |
---|---|---|
abstract List |
getCertificates() |
|
abstract byte[] |
getEncoded() |
|
abstract byte[] |
getEncoded(String var0) |
|
abstract Iterator |
getEncodings() |
|
String |
getType() |
|
protected Object |
writeReplace() |
protected CertPath(String var0)
public abstract List getCertificates()
public abstract byte[] getEncoded() throws CertificateEncodingException
CertificateEncodingException
public abstract byte[] getEncoded(String var0) throws CertificateEncodingException
CertificateEncodingException
public abstract Iterator getEncodings()
public String getType()
protected Object writeReplace() throws ObjectStreamException
ObjectStreamException