public class CompressedData extends Asn1SequenceType
CompressedData ::= SEQUENCE {
version CMSVersion,
compressionAlgorithm CompressionAlgorithmIdentifier,
encapContentInfo EncapsulatedContentInfo
}
| Modifier and Type | Class and Description |
|---|---|
protected static class |
CompressedData.CompressedDataField |
Asn1Type.EncodingTypebodyLength, outerEncodeable| Constructor and Description |
|---|
CompressedData() |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmIdentifier |
getCompressionAlgorithm() |
EncapsulatedContentInfo |
getEncapContentInfo() |
CmsVersion |
getVersion() |
void |
setCompressionAlgorithm(AlgorithmIdentifier compressionAlgorithm) |
void |
setEncapContentInfo(EncapsulatedContentInfo encapContentInfo) |
void |
setVersion(CmsVersion version) |
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 CmsVersion getVersion()
public void setVersion(CmsVersion version)
public AlgorithmIdentifier getCompressionAlgorithm()
public void setCompressionAlgorithm(AlgorithmIdentifier compressionAlgorithm)
public EncapsulatedContentInfo getEncapContentInfo()
public void setEncapContentInfo(EncapsulatedContentInfo encapContentInfo)
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.