|
Bouncy Castle Cryptography Library 1.79 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder
|
+--org.bouncycastle.pkcs.jcajce.JcaPKCS10CertificationRequestBuilder
Extension of the PKCS#10 builder to support PublicKey objects.
| Constructor Summary | |
JcaPKCS10CertificationRequestBuilder(org.bouncycastle.asn1.x500.X500Name subject,
java.security.PublicKey publicKey)
Create a PKCS#10 builder for the passed in subject and JCA public key. |
|
| Method Summary | |
PKCS10CertificationRequest |
build(ContentSigner signer,
java.security.PublicKey altPublicKey,
ContentSigner altSigner)
|
| Methods inherited from class org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder |
addAttribute, addAttribute, build, build, setAttribute, setAttribute, setLeaveOffEmptyAttributes |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JcaPKCS10CertificationRequestBuilder(org.bouncycastle.asn1.x500.X500Name subject,
java.security.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.| Method Detail |
public PKCS10CertificationRequest build(ContentSigner signer,
java.security.PublicKey altPublicKey,
ContentSigner altSigner)
|
Bouncy Castle Cryptography Library 1.79 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||