public interface CertRequest
CertificateRequest
,
NetscapeCertRequest
Modifier and Type | Method and Description |
---|---|
java.security.PublicKey |
getPublicKey()
Returns the public key included within this certificate request.
|
boolean |
verify()
Verifies this self signed certificate request.
|
boolean verify() throws java.security.SignatureException
true
if the cert request is OK, false
if notjava.security.SignatureException
- if the cert request could not be verifiedjava.security.PublicKey getPublicKey() throws java.security.InvalidKeyException
java.security.InvalidKeyException