Package org.bouncycastle.pkcs.bc
Class BcPKCS10CertificationRequest
- java.lang.Object
-
- org.bouncycastle.pkcs.PKCS10CertificationRequest
-
- org.bouncycastle.pkcs.bc.BcPKCS10CertificationRequest
-
public class BcPKCS10CertificationRequest extends PKCS10CertificationRequest
-
-
Constructor Summary
Constructors Constructor Description BcPKCS10CertificationRequest(byte[] encoding)
BcPKCS10CertificationRequest(org.bouncycastle.asn1.pkcs.CertificationRequest certificationRequest)
BcPKCS10CertificationRequest(PKCS10CertificationRequest requestHolder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Constructor Detail
-
BcPKCS10CertificationRequest
public BcPKCS10CertificationRequest(org.bouncycastle.asn1.pkcs.CertificationRequest certificationRequest)
-
BcPKCS10CertificationRequest
public BcPKCS10CertificationRequest(byte[] encoding) throws java.io.IOException
- Throws:
java.io.IOException
-
BcPKCS10CertificationRequest
public BcPKCS10CertificationRequest(PKCS10CertificationRequest requestHolder)
-
-
Method Detail
-
getPublicKey
public org.bouncycastle.crypto.params.AsymmetricKeyParameter getPublicKey() throws PKCSException
- Throws:
PKCSException
-
-