Package | Description |
---|---|
old.org.bouncycastle.asn1.cmp | |
old.org.bouncycastle.asn1.crmf | |
old.org.bouncycastle.cert.crmf | |
old.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(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 © 2015. All rights reserved.