Class Summary |
AllTests | |
AllTests | |
AllTests | |
Asn1Generator | |
Asn1InputStream | |
Asn1Integer | |
Asn1Null | |
Asn1Object | |
Asn1ObjectIdentifier | |
Asn1OctetString | |
Asn1Sequence | |
Asn1SequenceTest | |
Asn1Set | |
Asn1TaggedObject | |
BerGenerator | |
BerOctetString | |
BerOctetStringGenerator | |
BerSequence | |
BerSequenceGenerator | |
BerSet | |
BerTag | |
CMSAttributeTableGenerationException | |
CMSAttributeTableGenerator |
Note: The SIGNATURE parameter is only available when generating unsigned attributes. |
CMSCompressedData |
containing class for an CMS Compressed Data object |
CMSCompressedDataGenerator |
General class for generating a compressed CMS message.
|
CMSCompressedDataParser |
Class for reading a CMS Compressed Data stream.
|
CMSCompressedDataStreamGenerator |
General class for generating a compressed CMS message stream.
|
CMSContentInfoParser | |
CMSEnvelopableByteArray |
a holding class for a byte array of data to be enveloped. |
CMSEnvelopedData |
containing class for an CMS Enveloped Data object |
CMSEnvelopedDataGenerator |
General class for generating a CMS enveloped-data message.
|
CMSEnvelopedDataParser |
Parsing class for an CMS Enveloped Data object from an input stream.
|
CMSEnvelopedDataStreamGenerator |
General class for generating a CMS enveloped-data message stream.
|
CMSEnvelopedGenerator |
General class for generating a CMS enveloped-data message.
|
CMSEnvelopedGenerator.RecipientInf | |
CMSException | |
CMSPBEKey | |
CMSProcessable | |
CMSProcessableBodyPart |
a holding class for a BodyPart to be processed. |
CMSProcessableBodyPartInbound |
a holding class for a BodyPart to be processed which does CRLF canonicalisation if
dealing with non-binary data. |
CMSProcessableBodyPartOutbound |
a holding class for a BodyPart to be processed which does CRLF canocicalisation if
dealing with non-binary data. |
CMSProcessableByteArray |
a holding class for a byte array of data to be processed. |
CMSProcessableFile |
a holding class for a file of data to be processed. |
CMSRuntimeException | |
CMSSampleMessages | |
CMSSignableByteArray |
a holding class for a byte array of data to be signed or verified. |
CMSSignedData |
general class for handling a pkcs7-signature message.
|
CMSSignedDataGenerator |
general class for generating a pkcs7-signature message.
|
CMSSignedDataParser |
Parsing class for an CMS Signed Data object from an input stream.
|
CMSSignedDataStreamGenerator |
General class for generating a pkcs7-signature message stream.
|
CMSSignedGenerator | |
CMSTypedStream | |
CompressedDataParser |
RFC 3274 - CMS Compressed Data.
|
CompressedDataStreamTest | |
CompressedDataTest | |
ContentInfoParser |
Produce an object suitable for an ASN1OutputStream.
|
CreateCompressedMail |
a simple example that creates a single compressed mail message. |
CreateEncryptedMail |
a simple example that creates a single encrypted mail message.
|
CreateLargeCompressedMail |
a simple example that creates a single compressed mail message using the large
file model. |
CreateLargeEncryptedMail |
a simple example that creates a single encrypted mail message.
|
CreateLargeSignedMail |
a simple example that creates a single signed mail message. |
CreateSignedMail |
a simple example that creates a single signed mail message. |
CreateSignedMultipartMail |
a simple example that creates a single signed multipart mail message. |
CRLFOutputStream | |
DefaultSignedAttributeTableGenerator |
Default signed attributes generator. |
DerGenerator | |
DerObject | |
DerOctetString | |
DerSequence | |
DerSequenceGenerator | |
DerSet | |
EncryptedContentInfoParser |
EncryptedContentInfo ::= SEQUENCE {
contentType ContentType,
contentEncryptionAlgorithm ContentEncryptionAlgorithmIdentifier,
encryptedContent [0] IMPLICIT EncryptedContent OPTIONAL
}
|
EnvelopedDataParser |
EnvelopedData ::= SEQUENCE {
version CMSVersion,
originatorInfo [0] IMPLICIT OriginatorInfo OPTIONAL,
recipientInfos RecipientInfos,
encryptedContentInfo EncryptedContentInfo,
unprotectedAttrs [1] IMPLICIT UnprotectedAttributes OPTIONAL
}
|
EnvelopedDataStreamTest | |
EnvelopedDataTest | |
ExampleUtils | |
FileBackedMimeBodyPart | |
KeyAgreeRecipientInformation |
the RecipientInfo class for a recipient who has been sent a message
encrypted using key agreement. |
KeyTransRecipientInformation |
the KeyTransRecipientInformation class for a recipient who has been sent a secret
key encrypted using their public key that needs to be used to
extract the message. |
KEKRecipientInformation |
the RecipientInfo class for a recipient who has been sent a message
encrypted using a secret key known to the other side. |
multipart_signed | |
NullProviderTest | |
OctetStringTest | |
OIDTest |
X.690 test example |
pkcs7_mime | |
pkcs7_signature | |
ParseTest | |
PasswordRecipientInformation |
the RecipientInfo class for a recipient who has been sent a message
encrypted using a password. |
PKCS5Scheme2PBEKey | |
PKCS7ContentHandler | |
ReadCompressedMail |
a simple example that reads a compressed email.
|
ReadEncryptedMail |
a simple example that reads an encrypted email.
|
ReadLargeCompressedMail |
a simple example that reads an oversize compressed email and writes data contained
in the compressed part into a file. |
ReadLargeEncryptedMail |
a simple example that reads an encrypted email using the large file model.
|
ReadLargeSignedMail |
a simple example that reads a basic SMIME signed mail file. |
ReadSignedMail |
a simple example that reads a basic SMIME signed mail file. |
RecipientId | |
RecipientInformation | |
RecipientInformationStore | |
SendSignedAndEncryptedMail |
Example that sends a signed and encrypted mail message. |
SharedFileInputStream | |
SignedDataParser |
SignedData ::= SEQUENCE {
version CMSVersion,
digestAlgorithms DigestAlgorithmIdentifiers,
encapContentInfo EncapsulatedContentInfo,
certificates [0] IMPLICIT CertificateSet OPTIONAL,
crls [1] IMPLICIT CertificateRevocationLists OPTIONAL,
signerInfos SignerInfos
}
|
SignedDataStreamTest | |
SignedDataTest | |
SignedMailValidatorException | |
SignerId |
a basic index for a signer. |
SignerInformation |
an expanded SignerInfo block from a CMS Signed message |
SignerInformationStore | |
SimpleAttributeTableGenerator |
Basic generator that just returns a preconstructed attribute table |
SMIMECompressed |
containing class for an S/MIME pkcs7-mime MimePart. |
SMIMECompressedGenerator |
General class for generating a pkcs7-mime compressed message.
|
SMIMECompressedParser |
Stream based containing class for an S/MIME pkcs7-mime compressed MimePart. |
SMIMECompressedTest | |
SMIMEEnveloped |
containing class for an S/MIME pkcs7-mime encrypted MimePart. |
SMIMEEnvelopedGenerator |
General class for generating a pkcs7-mime message.
|
SMIMEEnvelopedParser |
Stream based containing class for an S/MIME pkcs7-mime encrypted MimePart. |
SMIMEEnvelopedTest | |
SMIMEException | |
SMIMEGenerator |
super class of the various generators. |
SMIMEMiscTest | |
SMIMESigned |
general class for handling a pkcs7-signature message.
|
SMIMESignedGenerator |
general class for generating a pkcs7-signature message.
|
SMIMESignedParser |
general class for handling a pkcs7-signature message.
|
SMIMESignedTest | |
SMIMEStreamingProcessor | |
SMIMETestUtil | |
SMIMEUtil | |
SunProviderTest | |
x_pkcs7_mime | |
x_pkcs7_signature | |