Package | Description |
---|---|
org.bouncycastle.asn1.cms | |
org.bouncycastle.asn1.smime | |
org.bouncycastle.cms |
A package for processing RFC 3852 Cryptographic Message Syntax (CMS) objects - also referred to as PKCS#7 (formerly RFC 2630, 3369).
|
org.bouncycastle.mail.smime |
High level classes for dealing with S/MIME objects (RFC 3851).
|
Modifier and Type | Method and Description |
---|---|
static IssuerAndSerialNumber |
IssuerAndSerialNumber.getInstance(Object obj)
Return an IssuerAndSerialNumber object from the given object.
|
IssuerAndSerialNumber |
KeyAgreeRecipientIdentifier.getIssuerAndSerialNumber() |
IssuerAndSerialNumber |
OriginatorIdentifierOrKey.getIssuerAndSerialNumber() |
Constructor and Description |
---|
KeyAgreeRecipientIdentifier(IssuerAndSerialNumber issuerSerial) |
OriginatorIdentifierOrKey(IssuerAndSerialNumber id) |
RecipientIdentifier(IssuerAndSerialNumber id) |
SignerIdentifier(IssuerAndSerialNumber id) |
Constructor and Description |
---|
SMIMEEncryptionKeyPreferenceAttribute(IssuerAndSerialNumber issAndSer) |
Constructor and Description |
---|
KeyTransRecipientInfoGenerator(IssuerAndSerialNumber issuerAndSerial,
AsymmetricKeyWrapper wrapper) |
Modifier and Type | Method and Description |
---|---|
static IssuerAndSerialNumber |
SMIMEUtil.createIssuerAndSerialNumberFor(X509Certificate cert)
Return a CMS IssuerAndSerialNumber structure for the passed in X.509 certificate.
|
Copyright © 2018 BouncyCastle.org. All rights reserved.