webfunds.x509.cert
Class SimpleX509Certificate
java.lang.Object
|
+--java.security.cert.Certificate
|
+--webfunds.x509.cert.SimpleX509Certificate
- public class SimpleX509Certificate
- extends java.security.cert.Certificate
|
Method Summary |
byte[] |
getEncoded()
|
java.security.PublicKey |
getPublicKey()
|
java.lang.String |
toString()
|
void |
verify(java.security.PublicKey key)
|
void |
verify(java.security.PublicKey key,
java.lang.String sigProvider)
|
| Methods inherited from class java.security.cert.Certificate |
equals,
getType,
hashCode |
| Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
notify,
notifyAll,
wait,
wait,
wait |
getEncoded
public byte[] getEncoded()
throws java.security.cert.CertificateEncodingException
- Overrides:
- getEncoded in class java.security.cert.Certificate
getPublicKey
public java.security.PublicKey getPublicKey()
- Overrides:
- getPublicKey in class java.security.cert.Certificate
toString
public java.lang.String toString()
- Overrides:
- toString in class java.security.cert.Certificate
verify
public void verify(java.security.PublicKey key)
throws java.security.cert.CertificateException,
java.security.NoSuchAlgorithmException,
java.security.InvalidKeyException,
java.security.NoSuchProviderException,
java.security.SignatureException
- Overrides:
- verify in class java.security.cert.Certificate
verify
public void verify(java.security.PublicKey key,
java.lang.String sigProvider)
throws java.security.cert.CertificateException,
java.security.NoSuchAlgorithmException,
java.security.InvalidKeyException,
java.security.NoSuchProviderException,
java.security.SignatureException
- Overrides:
- verify in class java.security.cert.Certificate