public class JcaPKCS10CertificationRequestBuilder extends PKCS10CertificationRequestBuilder
Constructor and Description |
---|
JcaPKCS10CertificationRequestBuilder(X500Name subject,
PublicKey publicKey)
Create a PKCS#10 builder for the passed in subject and JCA public key.
|
JcaPKCS10CertificationRequestBuilder(X500Principal subject,
PublicKey publicKey)
Create a PKCS#10 builder for the passed in subject and JCA public key.
|
public JcaPKCS10CertificationRequestBuilder(X500Name subject, PublicKey publicKey)
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.public JcaPKCS10CertificationRequestBuilder(X500Principal subject, PublicKey publicKey)
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.Copyright © 2015. All rights reserved.