|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An interface for certification requests
| Method Summary | |
byte[] |
getEncoded()
Return the default encoding of this object. |
byte[] |
getEncodedPublicKey()
Get the DER encoding of the PublicKey associated with
this CertificationRequest. |
String |
getKeyAlgName()
Return the type of public key included in this request. |
PublicKey |
getPublicKey()
Return the PublicKey associated with this object. |
String |
getSigAlgName()
Return the algorithm name of the signature associated to this object. |
byte[] |
getSignature()
Return the signature (bytes) of this request. |
String |
getSubjectName()
Return the name of the subject making this request. |
boolean |
verifySignature()
Verify the signature on this request. |
| Method Detail |
public byte[] getEncodedPublicKey()
Get the DER encoding of the PublicKey associated with
this CertificationRequest.
The encoding is described by the ASN.1 structure SubjectPublicKeyInfo.
SubjectPublicKeyInfo ::= SEQUENCE {
algorithm AlgorithmIdentifier,
subjectPublicKey BIT STRING }
public PublicKey getPublicKey()
PublicKey associated with this object.public byte[] getSignature()
public String getSigAlgName()
public String getSubjectName()
public String getKeyAlgName()
public boolean verifySignature()
public byte[] getEncoded()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||