public abstract class Certificate extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
protected static class |
Certificate.CertificateRep |
Modifier | Constructor and Description |
---|---|
protected |
Certificate(String var0) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object var0) |
abstract byte[] |
getEncoded() |
abstract PublicKey |
getPublicKey() |
String |
getType() |
int |
hashCode() |
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 CertificateException, NoSuchAlgorithmException, InvalidKeyException, NoSuchProviderException, SignatureException
public abstract void verify(PublicKey var0, String var1) throws CertificateException, NoSuchAlgorithmException, InvalidKeyException, NoSuchProviderException, SignatureException
protected Object writeReplace() throws ObjectStreamException
ObjectStreamException
Copyright © 2006–2013 OSGi Alliance. All rights reserved.