| Package | Description |
|---|---|
| org.bouncycastle.asn1.cmp | |
| org.bouncycastle.asn1.crmf | |
| org.bouncycastle.cert.crmf | |
| org.bouncycastle.cert.crmf.bc | |
| org.bouncycastle.cert.crmf.jcajce |
| 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(PrivateKeyInfo privateKeyInfo)
Build an EncryptedValue structure containing the private key contained in
the passed info structure.
|
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 |
BcEncryptedValueBuilder.build(AsymmetricKeyParameter privateKey)
Build an EncryptedValue structure containing the private key details contained in
the passed PrivateKey.
|
EncryptedValue |
BcEncryptedValueBuilder.build(X509Certificate certificate)
Build an EncryptedValue structure containing the passed in certificate.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptedValue |
JcaEncryptedValueBuilder.build(PrivateKey privateKey)
Build an EncryptedValue structure containing the private key details contained in
the passed PrivateKey.
|
EncryptedValue |
JcaEncryptedValueBuilder.build(X509Certificate certificate)
Build an EncryptedValue structure containing the passed in certificate.
|
Copyright © 2015–2019 The veraPDF Consortium. All rights reserved.