public class ObjectDigestInfo extends Asn1SequenceType
ObjectDigestInfo ::= SEQUENCE {
digestedObjectType ENUMERATED {
publicKey (0),
publicKeyCert (1),
otherObjectTypes (2) },
-- otherObjectTypes MUST NOT
-- be used in this profile
otherObjectTypeID OBJECT IDENTIFIER OPTIONAL,
digestAlgorithm AlgorithmIdentifier,
objectDigest BIT STRING
}
| Modifier and Type | Class and Description |
|---|---|
protected static class |
ObjectDigestInfo.ODInfoField |
Asn1Type.EncodingTypebodyLength, outerEncodeable| Constructor and Description |
|---|
ObjectDigestInfo() |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmIdentifier |
getDigestAlgorithm() |
DigestedObjectType |
getDigestedObjectType() |
Asn1BitString |
getObjectDigest() |
Asn1ObjectIdentifier |
getOtherObjectTypeID() |
void |
setDigestAlgorithm(AlgorithmIdentifier digestAlgorithm) |
void |
setDigestedObjectType(DigestedObjectType digestedObjectType) |
void |
setObjectDigest(Asn1BitString objectDigest) |
void |
setOtherObjectTypeId(Asn1ObjectIdentifier otherObjectTypeID) |
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, resetBodyLength, taggedDecode, taggedDecode, taggedDecode, taggedEncode, taggedEncode, taggedEncodingLength, useBER, useCER, useDefinitiveLength, useDER, useImplicit, usePrimitiveisAppSpecific, isCollection, isContextSpecific, isEOC, isNull, isSimple, isTagSpecific, isUniversal, simpleInfo, tag, tagFlags, tagNopublic DigestedObjectType getDigestedObjectType()
public void setDigestedObjectType(DigestedObjectType digestedObjectType)
public Asn1ObjectIdentifier getOtherObjectTypeID()
public void setOtherObjectTypeId(Asn1ObjectIdentifier otherObjectTypeID)
public AlgorithmIdentifier getDigestAlgorithm()
public void setDigestAlgorithm(AlgorithmIdentifier digestAlgorithm)
public Asn1BitString getObjectDigest()
public void setObjectDigest(Asn1BitString objectDigest)
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.