java.security.cert
Class CertPath
java.lang.Object
java.security.cert.CertPath
- All Implemented Interfaces:
- Serializable
public abstract class CertPath
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CertPath
protected CertPath(String var0)
getCertificates
public abstract List getCertificates()
getEncoded
public abstract byte[] getEncoded()
throws CertificateEncodingException
- Throws:
CertificateEncodingException
getEncoded
public abstract byte[] getEncoded(String var0)
throws CertificateEncodingException
- Throws:
CertificateEncodingException
getEncodings
public abstract Iterator getEncodings()
getType
public String getType()
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException