org.mozilla.jss.pkcs7
Class DigestInfo
java.lang.Object
|
+--org.mozilla.jss.pkcs7.DigestInfo
- public class DigestInfo
- extends java.lang.Object
- implements ASN1Value
Inner Class Summary |
static class |
DigestInfo.Template
A class for decoding the BER encoding of a DigestInfo. |
Methods inherited from class java.lang.Object |
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
DigestInfo
public DigestInfo(AlgorithmIdentifier digestAlgorithm,
OCTET_STRING digest)
getDigestAlgorithm
public AlgorithmIdentifier getDigestAlgorithm()
getDigest
public OCTET_STRING getDigest()
getTag
public Tag getTag()
- Description copied from interface: ASN1Value
- Returns the base tag for this type, not counting any tags
that may be imposed on it by its context.
- Specified by:
- getTag in interface ASN1Value
equals
public boolean equals(java.lang.Object obj)
- Overrides:
- equals in class java.lang.Object
encode
public void encode(java.io.OutputStream ostream)
throws java.io.IOException
- Description copied from interface: ASN1Value
- Write this value's DER encoding to an output stream using
its own base tag.
- Specified by:
- encode in interface ASN1Value
encode
public void encode(Tag implicitTag,
java.io.OutputStream ostream)
throws java.io.IOException
- Description copied from interface: ASN1Value
- Write this value's DER encoding to an output stream using
an implicit tag.
- Specified by:
- encode in interface ASN1Value
getTemplate
public static DigestInfo.Template getTemplate()