Package | Description |
---|---|
org.bouncycastle.asn1.cmp | |
org.bouncycastle.asn1.crmf | |
org.bouncycastle.cert.crmf |
Basic support package for handling and creating CRMF (RFC 4211) certificate request messages.
|
org.bouncycastle.cert.crmf.jcajce |
JCA extensions to the CRMF online certificate request package.
|
Modifier and Type | Method and Description |
---|---|
EncryptedValue |
CertOrEncCert.getEncryptedCert() |
EncryptedValue |
CertifiedKeyPair.getPrivateKey() |
Constructor and Description |
---|
CertifiedKeyPair(CertOrEncCert certOrEncCert,
EncryptedValue privateKey,
PKIPublicationInfo publicationInfo) |
CertOrEncCert(EncryptedValue encryptedCert) |
Modifier and Type | Method and Description |
---|---|
static EncryptedValue |
EncryptedValue.getInstance(Object o) |
Constructor and Description |
---|
EncryptedKey(EncryptedValue encryptedValue) |
Modifier and Type | Method and Description |
---|---|
EncryptedValue |
EncryptedValueBuilder.build(char[] revocationPassphrase)
Build an EncryptedValue structure containing the passed in pass phrase.
|
EncryptedValue |
EncryptedValueBuilder.build(X509CertificateHolder holder)
Build an EncryptedValue structure containing the certificate contained in
the passed in holder.
|
Constructor and Description |
---|
EncryptedValueParser(EncryptedValue value)
Basic constructor - create a parser to read the passed in value.
|
EncryptedValueParser(EncryptedValue value,
EncryptedValuePadder padder)
Create a parser to read the passed in value, assuming the padder was
applied to the data prior to encryption.
|
Modifier and Type | Method and Description |
---|---|
EncryptedValue |
JcaEncryptedValueBuilder.build(X509Certificate certificate) |
Copyright © 2018 BouncyCastle.org. All rights reserved.