org.webdocwf.util.smime.cms
Class SignerIdentifier

java.lang.Object
  |
  +--org.webdocwf.util.smime.der.DERObject
        |
        +--org.webdocwf.util.smime.der.DERSequencePr
              |
              +--org.webdocwf.util.smime.cms.IssuerAndSerialNumber
                    |
                    +--org.webdocwf.util.smime.cms.SignerIdentifier

public class SignerIdentifier
extends IssuerAndSerialNumber

Look for details in super class (IssuerAndSerialNumber).


Constructor Summary
SignerIdentifier(java.security.cert.X509Certificate cert0)
          Construction with information got from specific X509Certificate or from .cer file information which is extracted into instance of X509Certificate class
 
Method Summary
 byte[] getSignIdentifier()
          Returns DER encoded Signer Identifier
 
Methods inherited from class org.webdocwf.util.smime.der.DERSequencePr
addContent
 
Methods inherited from class org.webdocwf.util.smime.der.DERObject
getContentOctets, getContentPartSize, getDEREncoded, 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

SignerIdentifier

public SignerIdentifier(java.security.cert.X509Certificate cert0)
                 throws SMIMEException
Construction with information got from specific X509Certificate or from .cer file information which is extracted into instance of X509Certificate class
Parameters:
cert0 - X509Certificate
Throws:
SMIMEException - thrown in super class constructor.
Method Detail

getSignIdentifier

public byte[] getSignIdentifier()
                         throws SMIMEException
Returns DER encoded Signer Identifier
Returns:
DER encoded Signer Identifier represented as byte array
Throws:
SMIMEException - thrown in super class getDEREncoded method.


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