Serializable
X509Certificate
public abstract class Certificate extends Object implements Serializable
Modifier and Type | Class | Description |
---|---|---|
protected static class |
Certificate.CertificateRep |
Modifier | Constructor | Description |
---|---|---|
protected |
Certificate(String var0) |
Modifier and Type | Method | Description |
---|---|---|
abstract byte[] |
getEncoded() |
|
abstract PublicKey |
getPublicKey() |
|
String |
getType() |
|
abstract String |
toString() |
|
abstract void |
verify(PublicKey var0) |
|
abstract void |
verify(PublicKey var0,
String var1) |
|
protected Object |
writeReplace() |
protected Certificate(String var0)
public abstract byte[] getEncoded() throws CertificateEncodingException
CertificateEncodingException
public abstract PublicKey getPublicKey()
public final String getType()
public abstract void verify(PublicKey var0) throws InvalidKeyException, NoSuchAlgorithmException, NoSuchProviderException, SignatureException, CertificateException
public abstract void verify(PublicKey var0, String var1) throws InvalidKeyException, NoSuchAlgorithmException, NoSuchProviderException, SignatureException, CertificateException
protected Object writeReplace() throws ObjectStreamException
ObjectStreamException