Package java.security.cert
Class Certificate
java.lang.Object
java.security.cert.Certificate
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
X509Certificate
- See Also:
-
Constructor Details
-
Certificate
-
-
Method Details
-
equals
-
getEncoded
- Throws:
CertificateEncodingException
-
getPublicKey
-
getType
-
hashCode
public int hashCode() -
toString
-
verify
public abstract void verify(PublicKey var0) throws CertificateException, NoSuchAlgorithmException, InvalidKeyException, NoSuchProviderException, SignatureException -
verify
public abstract void verify(PublicKey var0, String var1) throws CertificateException, NoSuchAlgorithmException, InvalidKeyException, NoSuchProviderException, SignatureException -
writeReplace
- Throws:
ObjectStreamException
-