|
Bouncy Castle Cryptography 1.51 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.pkcs.PKCS10CertificationRequestBuilder
org.bouncycastle.pkcs.bc.BcPKCS10CertificationRequestBuilder
public class BcPKCS10CertificationRequestBuilder
Extension of the PKCS#10 builder to support AsymmetricKey objects.
| Constructor Summary | |
|---|---|
BcPKCS10CertificationRequestBuilder(org.bouncycastle.asn1.x500.X500Name subject,
org.bouncycastle.crypto.params.AsymmetricKeyParameter publicKey)
Create a PKCS#10 builder for the passed in subject and JCA public key. |
|
| Method Summary |
|---|
| Methods inherited from class org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder |
|---|
addAttribute, addAttribute, build, setLeaveOffEmptyAttributes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BcPKCS10CertificationRequestBuilder(org.bouncycastle.asn1.x500.X500Name subject,
org.bouncycastle.crypto.params.AsymmetricKeyParameter publicKey)
throws java.io.IOException
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.
java.io.IOException - if there is a problem encoding the public key.
|
Bouncy Castle Cryptography 1.51 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||