Uses of Class
org.webdocwf.util.smime.der.DERSequencePr

Packages that use DERSequencePr
org.webdocwf.util.smime.cms   
org.webdocwf.util.smime.der   
 

Uses of DERSequencePr in org.webdocwf.util.smime.cms
 

Subclasses of DERSequencePr in org.webdocwf.util.smime.cms
 class AlgorithmIdentifier
          AlgorithmIdentifier class is DER encoded Algorithm identifier represented in ASN.1 notation according to RFC2630.

AlgorithmIdentifier ::= SEQUENCE {
algorithm AlgorithmIdentifier,
parameters ANY DEFINED BY algorithm OPTIONAL }

AlgorithmIdentifier ::= OBJECT IDENTIFIER
 class Attribute
          Attribute class is super class for all DER encoded attributes represented in ASN.1 notation according to RFC2630.
 class CapabilitiesAttribute
          Capabilities which this class can indicate are capabilities of symetric encryption algorithm: DES_EDE3_CBC, RC2_CBC with 128bit key, RC2_CBC with 64bit key, DES and RC2_CBC with 40bit key.
 class ContentInfo
          ContentInfo class is DER encoded content info represented in ASN.1 notation according to RFC2630.
 class ContentTypeAttribute
          Content Type Attribute is Signed Attribute and is used for creating CMS objects for signed messages.
 class EncapsulatedContentInfo
          EncapsulatedContentInfo class is DER encoded content info represented in ASN.1 notation according to RFC2630.
 class EncryptedContentInfo
          EncryptedContentInfo class is DER encoded Encrypted Content Info represented in ASN.1 notation according to RFC2630.
 class EnvelopedData
          EnvelopedData is DER encoded container for information represented in ASN.1 notation according to RFC2630, used for construction CMS object of encrypted message.

EnvelopedData ::= SEQUENCE {
version CMSVersion,
originatorInfo [0] IMPLICIT OriginatorInfo OPTIONAL,
recipientInfos RecipientInfos,
encryptedContentInfo EncryptedContentInfo,
unprotectedAttrs [1] IMPLICIT UnprotectedAttributes OPTIONAL }
 class IssuerAndSerialNumber
          IssuerAndSerialNumber class is DER encoded object represented in ASN.1 notation according to RFC2630.
 class IssuerName
          IssuerName class is DER encoded object represented in ASN.1 notation according to RFC2630.
 class KeyTransRecipientInfo
          KeyTransRecipientInfo class is DER encoded object represented in ASN.1 notation according to RFC2630.
 class MessageDigestAttribute
          MessageDigestAttribute is Signed Attribute and is used for creating CMS object for signed messages.
 class RC2CBCParameter
          RC2CBCParameter is parameter used in Content Encryption Algorithm Identifier in CMS object for encrypted message, for RC2_CBC algorithms.
 class RecipientIdentifier
          Look for details in super class (IssuerAndSerialNumber).
 class SignedData
          SignedData is DER encoded container for information represented in ASN.1 notation according to RFC2630, used for construction CMS objects of signed messages.

SignedData ::= SEQUENCE {
version CMSVersion,
digestAlgorithms DigestAlgorithmIdentifiers,
encapContentInfo EncapsulatedContentInfo,
certificates [0] IMPLICIT CertificateSet OPTIONAL,
crls [1] IMPLICIT CertificateRevocationLists OPTIONAL,
signerInfos SignerInfos }
 class SignerIdentifier
          Look for details in super class (IssuerAndSerialNumber).
 class SigningTimeAttribute
          Signing Time Attribute is signed attribute and it is used in creating CMS objects for signed messages.
 

Uses of DERSequencePr in org.webdocwf.util.smime.der
 

Subclasses of DERSequencePr in org.webdocwf.util.smime.der
 class DERSequence
          DERSequence is structured type of DER encoded object representing DER encoded SEQUENCE or SEQUENCE OF tag type in ASN.1 notation.
 



Copyright © 2002-2002 Together Teamlösungen. All Rights Reserved.