public class EncryptedContentInfo extends Asn1SequenceType
| Modifier and Type | Class and Description |
|---|---|
protected static class |
EncryptedContentInfo.ECInfoField |
Asn1Type.EncodingTypebodyLength, outerEncodeable| Constructor and Description |
|---|
EncryptedContentInfo() |
| Modifier and Type | Method and Description |
|---|---|
ContentEncryptionAlgorithmIdentifier |
getContentEncryptionAlgorithmIdentifier() |
Asn1ObjectIdentifier |
getContentType() |
Asn1OctetString |
getEncryptedContent() |
void |
setContentEncryptionAlgorithmIdentifier(ContentEncryptionAlgorithmIdentifier contentEncryptionAlgorithmIdentifier) |
void |
setContentType(Asn1ObjectIdentifier contentType) |
void |
setEncryptedContent(Asn1OctetString encryptedContent) |
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 Asn1ObjectIdentifier getContentType()
public void setContentType(Asn1ObjectIdentifier contentType)
public ContentEncryptionAlgorithmIdentifier getContentEncryptionAlgorithmIdentifier()
public void setContentEncryptionAlgorithmIdentifier(ContentEncryptionAlgorithmIdentifier contentEncryptionAlgorithmIdentifier)
public Asn1OctetString getEncryptedContent()
public void setEncryptedContent(Asn1OctetString encryptedContent)
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.