XCMS Toolkit

com.cms.crypto
Class DSAWithSHA1

java.lang.Object
  extended by schemajic.model.ASN1Value
      extended by schemajic.model.ASN1Sequence
          extended by com.cms.types.SignatureAlgorithmIdentifier
              extended by com.cms.crypto.DSAWithSHA1

public class DSAWithSHA1
extends SignatureAlgorithmIdentifier

An algorithm identifier for the DSA with SHA1 signature algorithm.

 SignatureAlgorithmIdentifier ::= SEQUENCE {
    algorithm   ALGORITHM.&id({SignatureAlgorithms}),
    parameters  ALGORITHM.&Type({SignatureAlgorithms}{@algorithm})  OPTIONAL
 }
 
 SignatureAlgorithms ALGORITHM ::= {
 
    ...  -- Expect additional objects --
 }
 

Version:
1.00 - 2006/02/26
Author:
support@phillipgriffin.com

Field Summary
 
Fields inherited from class schemajic.model.ASN1Sequence
_fields
 
Method Summary
static DSAWithSHA1 createForDER()
          Returns DER encoded parameters for the DSA with SHA-1 algorithm.
static DSAWithSHA1 createForXER()
          Returns XER encoded parameters for the DSA with SHA-1 algorithm.
 
Methods inherited from class com.cms.types.SignatureAlgorithmIdentifier
getAlgorithm, getAsn1Type, getDefaultValue, getParameters, setAlgorithm, setParameters
 
Methods inherited from class schemajic.model.ASN1Sequence
accept, getFields, setAbsent, setFields, setPresent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createForXER

public static final DSAWithSHA1 createForXER()
Returns XER encoded parameters for the DSA with SHA-1 algorithm.


createForDER

public static final DSAWithSHA1 createForDER()
Returns DER encoded parameters for the DSA with SHA-1 algorithm.


XCMS Toolkit


Copyright © 2005-2006 GRIFFIN Consulting. All Rights Reserved.