org.mozilla.jss.pkix.cms
Class DigestInfo
java.lang.Object
|
+--org.mozilla.jss.pkix.cms.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 |
,
clone,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
toString,
wait,
wait,
wait |
digestAlgorithm
private AlgorithmIdentifier digestAlgorithm
digest
private OCTET_STRING digest
sequence
private SEQUENCE sequence
TAG
private static final Tag TAG
templateInstance
private static final DigestInfo.Template templateInstance
DigestInfo
private DigestInfo()
DigestInfo
public DigestInfo(AlgorithmIdentifier digestAlgorithm,
OCTET_STRING digest)
getDigestAlgorithm
public AlgorithmIdentifier getDigestAlgorithm()
getDigest
public OCTET_STRING getDigest()
getTag
public Tag getTag()
- Specified by:
- getTag in interface ASN1Value
equals
public boolean equals(java.lang.Object obj)
- Overrides:
- equals in class java.lang.Object
byteArraysAreSame
private static boolean byteArraysAreSame(byte[] left,
byte[] right)
- Compares two non-null byte arrays. Returns true if they are identical,
false otherwise.
encode
public void encode(java.io.OutputStream ostream)
throws java.io.IOException
- Specified by:
- encode in interface ASN1Value
encode
public void encode(Tag implicitTag,
java.io.OutputStream ostream)
throws java.io.IOException
- Specified by:
- encode in interface ASN1Value
getTemplate
public static DigestInfo.Template getTemplate()