public class KeyTransRecipientInfo extends Asn1SequenceType
| Modifier and Type | Class and Description |
|---|---|
protected static class |
KeyTransRecipientInfo.KTRInfoField |
Asn1Type.EncodingTypebodyLength, outerEncodeable| Constructor and Description |
|---|
KeyTransRecipientInfo() |
| Modifier and Type | Method and Description |
|---|---|
EncryptedKey |
getEncryptedKey() |
KeyEncryptionAlgorithmIdentifier |
getKeyEncryptionAlgorithmIdentifier() |
RecipientIdentifier |
getRid() |
CmsVersion |
getVersion() |
void |
setEncryptedKey(EncryptedKey encryptedKey) |
void |
setKeyEncryptionAlgorithmIdentifier(KeyEncryptionAlgorithmIdentifier keyEncryptionAlgorithmIdentifier) |
void |
setRid(RecipientIdentifier rid) |
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 RecipientIdentifier getRid()
public void setRid(RecipientIdentifier rid)
public KeyEncryptionAlgorithmIdentifier getKeyEncryptionAlgorithmIdentifier()
public void setKeyEncryptionAlgorithmIdentifier(KeyEncryptionAlgorithmIdentifier keyEncryptionAlgorithmIdentifier)
public EncryptedKey getEncryptedKey()
public void setEncryptedKey(EncryptedKey encryptedKey)
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.