|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Pk10Certificate
This interface describes the Pk10Certificate object that is returned from the Pk10CertificateFactory class. The Pk10CertificateFactory class contains methods which accept as input a CertificationRequest and return a Pk10Certificate object without communicating with a remote Certificate Authority.
Method Summary | |
---|---|
X509Certificate |
getCertificate()
Extract the X509 certificate |
PublicKey |
getPublicKey()
Extract the X509 certificate's public key |
String |
getSigAlg()
Extract the X509 certificate's signature algorithm |
byte[] |
getSubjectKeyIdentifier()
Extract the X509 certificate's subject public key identifier |
String |
getSubjectName()
Extract the X509 certificate's subject name |
Method Detail |
---|
X509Certificate getCertificate()
PublicKey getPublicKey()
String getSubjectName()
String getSigAlg()
byte[] getSubjectKeyIdentifier()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |