|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.pkcs.PKCS10CertificationRequest | +--org.bouncycastle.pkcs.bc.BcPKCS10CertificationRequest
Constructor Summary | |
BcPKCS10CertificationRequest(byte[] encoding)
|
|
BcPKCS10CertificationRequest(org.bouncycastle.asn1.pkcs.CertificationRequest certificationRequest)
|
|
BcPKCS10CertificationRequest(PKCS10CertificationRequest requestHolder)
|
Method Summary | |
org.bouncycastle.crypto.params.AsymmetricKeyParameter |
getPublicKey()
|
Methods inherited from class org.bouncycastle.pkcs.PKCS10CertificationRequest |
equals, getAttributes, getAttributes, getEncoded, getRequestedExtensions, getSignature, getSignatureAlgorithm, getSubject, getSubjectPublicKeyInfo, hasAltPublicKey, hashCode, isAltSignatureValid, isSignatureValid, toASN1Structure |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BcPKCS10CertificationRequest(org.bouncycastle.asn1.pkcs.CertificationRequest certificationRequest)
public BcPKCS10CertificationRequest(byte[] encoding) throws java.io.IOException
public BcPKCS10CertificationRequest(PKCS10CertificationRequest requestHolder)
Method Detail |
public org.bouncycastle.crypto.params.AsymmetricKeyParameter getPublicKey() throws PKCSException
|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |