public class DigestInfo extends Asn1SequenceType
DigestInfo::=SEQUENCE{
digestAlgorithm AlgorithmIdentifier,
digest OCTET STRING
}
| Modifier and Type | Class and Description |
|---|---|
protected static class |
DigestInfo.DigestInfoField |
Asn1Type.EncodingType| Constructor and Description |
|---|
DigestInfo() |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmIdentifier |
getAlgorithmId() |
byte[] |
getDigest() |
void |
setDigest(byte[] digest) |
void |
setDigestAlgorithm(AlgorithmIdentifier digestAlgorithm) |
createCollectiondecodeBody, dumpWith, encodeBody, encodingBodyLength, getFieldAs, getFieldAsAny, getFieldAsInteger, getFieldAsObjId, getFieldAsOctets, getFieldAsString, setAnyFieldValueType, setFieldAs, setFieldAsAny, setFieldAsInt, setFieldAsInt, setFieldAsObjId, setFieldAsOctetsgetValue, setValue, toStringdecode, decode, decode, encode, encode, encodingHeaderLength, encodingLength, getBodyLength, getHeaderLength, isBER, isCER, isDefinitiveLength, isDER, isImplicit, isPrimitive, taggedDecode, taggedDecode, taggedDecode, taggedEncode, taggedEncode, taggedEncodingLength, useBER, useCER, useDefinitiveLength, useDER, useImplicit, usePrimitiveisAppSpecific, isCollection, isContextSpecific, isEOC, isNull, isSimple, isTagSpecific, isUniversal, simpleInfo, tag, tagFlags, tagNopublic AlgorithmIdentifier getAlgorithmId()
public void setDigestAlgorithm(AlgorithmIdentifier digestAlgorithm)
public byte[] getDigest()
public void setDigest(byte[] digest)
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.