org.webdocwf.util.smime.cms
Class SigningTimeAttribute

java.lang.Object
  |
  +--org.webdocwf.util.smime.der.DERObject
        |
        +--org.webdocwf.util.smime.der.DERSequencePr
              |
              +--org.webdocwf.util.smime.cms.Attribute
                    |
                    +--org.webdocwf.util.smime.cms.SigningTimeAttribute

public class SigningTimeAttribute
extends Attribute

Signing Time Attribute is signed attribute and it is used in creating CMS objects for signed messages. It defines time of signing according to Greenwich Mean Time.


Constructor Summary
SigningTimeAttribute()
          Signing time is taken from system clock, and is increased or decreased due to a time zone offset in order to implement Greenwich Mean Time.
 
Methods inherited from class org.webdocwf.util.smime.cms.Attribute
addContent, getDEREncoded
 
Methods inherited from class org.webdocwf.util.smime.der.DERObject
getContentOctets, getContentPartSize, getIdentifierOctet, getLengthOctets, getLengthPartSize, getTagClassType, getTagComplexity, getTagTypeNumber, getTotalSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SigningTimeAttribute

public SigningTimeAttribute()
                     throws SMIMEException
Signing time is taken from system clock, and is increased or decreased due to a time zone offset in order to implement Greenwich Mean Time.
Throws:
SMIMEException - thrown in super class constructor or super class addContent method.


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