Class Summary |
PKCSAttribute |
Represent an Attribute as defined in X.501. |
PKCSAttributes |
This class defines the ASN.1 attributes data type. |
PKCSDerObject |
Abstract class inherited by other PKCS objects. |
PKCSOID |
|
PublicKeyAndChallenge |
Implements PublicKeyAndChallenge
PublicKeyAndChallenge ::= SEQUENCE {
spki SubjectPublicKeyInfo,
challenge IA5STRING
}
|
SignedPublicKeyAndChallenge |
Implements SignedPublicKeyAndChallenge
SignedPublicKeyAndChallenge ::= SEQUENCE {
publicKeyAndChallenge PublicKeyAndChallenge,
signatureAlgorithm AlgorithmIdentifier,
signature BIT STRING
}
|
UnresolvedAttribute |
Attributes are additonal information which can be inserted in a PKCS #10
certificate request. |