Virgil Security Crypto library  2.6.3
Public Attributes | List of all members
virgil::crypto::foundation::cms::VirgilCMSPasswordRecipient Class Reference

Data object that represent CMS structure: PasswordRecipientInfo. More...

#include <VirgilCMSPasswordRecipient.h>

Inheritance diagram for virgil::crypto::foundation::cms::VirgilCMSPasswordRecipient:
virgil::crypto::foundation::asn1::VirgilAsn1Compatible

Public Member Functions

VirgilAsn1Compatible implementation
Marshalling format:
PasswordRecipientInfo ::= SEQUENCE {
version CMSVersion, -- Always set to 0
keyDerivationAlgorithm [0] KeyDerivationAlgorithmIdentifier OPTIONAL,
keyEncryptionAlgorithm KeyEncryptionAlgorithmIdentifier,
encryptedKey EncryptedKey
}
CMSVersion ::= INTEGER { v0(0), v1(1), v2(2), v3(3), v4(4), v5(5) }
KeyDerivationAlgorithmIdentifier ::= AlgorithmIdentifier
KeyEncryptionAlgorithmIdentifier ::= AlgorithmIdentifier
EncryptedKey ::= OCTET STRING
virtual size_t asn1Write (virgil::crypto::foundation::asn1::VirgilAsn1Writer &asn1Writer, size_t childWrittenBytes=0) const
 Write object state to the writer. More...
 
virtual void asn1Read (virgil::crypto::foundation::asn1::VirgilAsn1Reader &asn1Reader)
 Read object state from the reader. More...
 
- Public Member Functions inherited from virgil::crypto::foundation::asn1::VirgilAsn1Compatible
virgil::crypto::VirgilByteArray toAsn1 () const
 Save object state to the ASN.1 structure.
 
void fromAsn1 (const virgil::crypto::VirgilByteArray &asn1)
 Restore object state from the ASN.1 structure.
 
virtual ~VirgilAsn1Compatible () noexcept
 Polymorphic destructor.
 

Public Attributes

virgil::crypto::VirgilByteArray keyDerivationAlgorithm
 Identifies the key-derivation algorithm, and any associated parameters.
 
virgil::crypto::VirgilByteArray keyEncryptionAlgorithm
 Identifies the encryption algorithm, and any associated parameters.
 
virgil::crypto::VirgilByteArray encryptedKey
 The result of encrypting the content-encryption key with the key-encryption key.
 

Additional Inherited Members

- Protected Member Functions inherited from virgil::crypto::foundation::asn1::VirgilAsn1Compatible
virtual void checkRequiredField (const VirgilByteArray &param) const
 If given parameter is empty exception will be thrown. More...
 

Detailed Description

Data object that represent CMS structure: PasswordRecipientInfo.

See also
RFC 5652 section 6.2.4.

Member Function Documentation

virtual void virgil::crypto::foundation::cms::VirgilCMSPasswordRecipient::asn1Read ( virgil::crypto::foundation::asn1::VirgilAsn1Reader asn1Reader)
virtual

Read object state from the reader.

Parameters
asn1Readerreader payloaded with ASN.1 to be read.

Implements virgil::crypto::foundation::asn1::VirgilAsn1Compatible.

virtual size_t virgil::crypto::foundation::cms::VirgilCMSPasswordRecipient::asn1Write ( virgil::crypto::foundation::asn1::VirgilAsn1Writer asn1Writer,
size_t  childWrittenBytes = 0 
) const
virtual

Write object state to the writer.

Parameters
asn1Writerwriter that should be payloaded by subclasses.
childWrittenBytescount of bytes that was written by subclasses.
Returns
Writen bytes count.

Implements virgil::crypto::foundation::asn1::VirgilAsn1Compatible.


The documentation for this class was generated from the following file: