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

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

#include <VirgilCMSEncryptedContent.h>

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

Public Member Functions

VirgilAsn1Compatible implementation
Marshalling format:
EncryptedContentInfo ::= SEQUENCE {
contentType ContentType, -- always PKCS#7 data format with OID: 1.2.840.113549.1.7.1
contentEncryptionAlgorithm ContentEncryptionAlgorithmIdentifier,
encryptedContent [0] IMPLICIT EncryptedContent OPTIONAL
}
ContentType ::= OBJECT IDENTIFIER
ContentEncryptionAlgorithmIdentifier ::= AlgorithmIdentifier
EncryptedContent ::= 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 contentEncryptionAlgorithm
 Content encryption algorithm identifier (ASN.1 AlgorithmIdentifier structure).
 
virgil::crypto::VirgilByteArray encryptedContent
 Content encrypted by algorithm defined in property contentEncryptionAlgorithm.
 

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: EncryptedContentInfo.

See also
RFC 5652 section 6.1.

Member Function Documentation

virtual void virgil::crypto::foundation::cms::VirgilCMSEncryptedContent::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::VirgilCMSEncryptedContent::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: