|
Bouncy Castle Cryptography Library 1.49 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.pkcs.PKCS10CertificationRequest
org.bouncycastle.pkcs.bc.BcPKCS10CertificationRequest
public class 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, getSignature, getSignatureAlgorithm, getSubject, getSubjectPublicKeyInfo, hashCode, 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
java.io.IOException
public BcPKCS10CertificationRequest(PKCS10CertificationRequest requestHolder)
Method Detail |
---|
public org.bouncycastle.crypto.params.AsymmetricKeyParameter getPublicKey() throws PKCSException
PKCSException
|
Bouncy Castle Cryptography Library 1.49 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |