Modifier and Type | Class and Description |
---|---|
public class | ContentInfo
A ContentInfo type, as defined in PKCS#7. |
public class | EncryptedPrivateKeyInfo
This class implements the EncryptedPrivateKeyInfo ::= SEQUENCE { encryptionAlgorithm AlgorithmIdentifier, encryptedData OCTET STRING } |
public class | ParsingException
Generic PKCS Parsing exception. |
public class | PKCS7
PKCS7 as defined in RSA Laboratories PKCS7 Technical Note. |
public class | PKCS8Key
Holds a PKCS#8 key, for example a private key According to https://tools.ietf.org/html/rfc5958: OneAsymmetricKey ::= SEQUENCE { version Version, privateKeyAlgorithm PrivateKeyAlgorithmIdentifier, privateKey PrivateKey, attributes [0] Attributes OPTIONAL, ..., [[2: publicKey [1] PublicKey OPTIONAL ]], ... |
public class | PKCS9Attribute
Class supporting any PKCS9 attributes. |
public class | PKCS9Attributes
A set of attributes of class PKCS9Attribute. |
public class | SignerInfo
A SignerInfo, as defined in PKCS#7's signedData type. |
pack-priv class | SigningCertificateInfo
This class represents a signing certificate attribute. |