java.lang.Object | ||
↳ | org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder | |
↳ | org.bouncycastle.pkcs.jcajce.JcaPKCS10CertificationRequestBuilder |
Extension of the PKCS#10 builder to support PublicKey and X500Principal objects.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Create a PKCS#10 builder for the passed in subject and JCA public key.
| |||||||||||
Create a PKCS#10 builder for the passed in subject and JCA public key.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Create a PKCS#10 builder for the passed in subject and JCA public key.
subject | an X500Name containing the subject associated with the request we are building. |
---|---|
publicKey | a JCA public key that is to be associated with the request we are building. |
Create a PKCS#10 builder for the passed in subject and JCA public key.
subject | an X500Principal containing the subject associated with the request we are building. |
---|---|
publicKey | a JCA public key that is to be associated with the request we are building. |