public class BcPKCS10CertificationRequest extends PKCS10CertificationRequest
| Constructor and Description |
|---|
BcPKCS10CertificationRequest(byte[] encoding) |
BcPKCS10CertificationRequest(org.bouncycastle.asn1.pkcs.CertificationRequest certificationRequest) |
BcPKCS10CertificationRequest(PKCS10CertificationRequest requestHolder) |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.crypto.params.AsymmetricKeyParameter |
getPublicKey() |
equals, getAttributes, getAttributes, getEncoded, getSignature, getSignatureAlgorithm, getSubject, getSubjectPublicKeyInfo, hashCode, isSignatureValid, toASN1Structurepublic BcPKCS10CertificationRequest(org.bouncycastle.asn1.pkcs.CertificationRequest certificationRequest)
public BcPKCS10CertificationRequest(byte[] encoding)
throws java.io.IOException
java.io.IOExceptionpublic BcPKCS10CertificationRequest(PKCS10CertificationRequest requestHolder)
public org.bouncycastle.crypto.params.AsymmetricKeyParameter getPublicKey()
throws PKCSException
PKCSException