Loading...
Searching...
No Matches
pdftron::Crypto::AlgorithmIdentifier Class Reference

#include <AlgorithmIdentifier.h>

Public Member Functions

 AlgorithmIdentifier (const AlgorithmIdentifier &other)
AlgorithmIdentifieroperator= (const AlgorithmIdentifier &other)
 ~AlgorithmIdentifier ()
 AlgorithmIdentifier (const ObjectIdentifier::Predefined oid_type)
 AlgorithmIdentifier (const ObjectIdentifier &oid)
 AlgorithmIdentifier (const DigestAlgorithm::Type digest_algorithm_type)
 AlgorithmIdentifier (const ObjectIdentifier::Predefined oid_type, const AlgorithmParams &params)
 AlgorithmIdentifier (const ObjectIdentifier &oid, const AlgorithmParams &params)
 AlgorithmIdentifier (const DigestAlgorithm::Type digest_algorithm_type, const AlgorithmParams &params)
 AlgorithmIdentifier (TRN_AlgorithmIdentifier impl)

Public Attributes

TRN_AlgorithmIdentifier m_impl

Detailed Description

This class represents an algorithm identifier, as defined by ITU and used in X.509.

Definition at line 20 of file AlgorithmIdentifier.h.

Constructor & Destructor Documentation

◆ AlgorithmIdentifier() [1/8]

pdftron::Crypto::AlgorithmIdentifier::AlgorithmIdentifier ( const AlgorithmIdentifier & other)

◆ ~AlgorithmIdentifier()

pdftron::Crypto::AlgorithmIdentifier::~AlgorithmIdentifier ( )

◆ AlgorithmIdentifier() [2/8]

pdftron::Crypto::AlgorithmIdentifier::AlgorithmIdentifier ( const ObjectIdentifier::Predefined oid_type)

Constructs an AlgorithmIdentifier from a Predefined enum.

Parameters
oid_typeThe Predefined enumerated value to use.

◆ AlgorithmIdentifier() [3/8]

pdftron::Crypto::AlgorithmIdentifier::AlgorithmIdentifier ( const ObjectIdentifier & oid)

Constructs an AlgorithmIdentifier from an ObjectIdentifier.

Parameters
oidThe ObjectIdentifier object to use.

◆ AlgorithmIdentifier() [4/8]

pdftron::Crypto::AlgorithmIdentifier::AlgorithmIdentifier ( const DigestAlgorithm::Type digest_algorithm_type)

Constructs an AlgorithmIdentifier from a DigestAlgorithm enum.

Parameters
digest_algorithm_typeThe enumeration value corresponding to your desired digest algorithm.

◆ AlgorithmIdentifier() [5/8]

pdftron::Crypto::AlgorithmIdentifier::AlgorithmIdentifier ( const ObjectIdentifier::Predefined oid_type,
const AlgorithmParams & params )

Constructs an AlgorithmIdentifier from a Predefined enum and an AlgorithmParams object.

Parameters
oid_typeThe Predefined enumerated value to use.
paramsThe AlgorithmParams object to use.

◆ AlgorithmIdentifier() [6/8]

pdftron::Crypto::AlgorithmIdentifier::AlgorithmIdentifier ( const ObjectIdentifier & oid,
const AlgorithmParams & params )

Constructs an AlgorithmIdentifier from an ObjectIdentifier and an AlgorithmParams object.

Parameters
oidThe ObjectIdentifier object to use.
paramsThe AlgorithmParams object to use.

◆ AlgorithmIdentifier() [7/8]

pdftron::Crypto::AlgorithmIdentifier::AlgorithmIdentifier ( const DigestAlgorithm::Type digest_algorithm_type,
const AlgorithmParams & params )

Constructs an AlgorithmIdentifier from a DigestAlgorithm enum and an AlgorithmParams object.

Parameters
digest_algorithm_typeThe enumeration value corresponding to your desired digest algorithm.
paramsThe AlgorithmParams object to use.

◆ AlgorithmIdentifier() [8/8]

pdftron::Crypto::AlgorithmIdentifier::AlgorithmIdentifier ( TRN_AlgorithmIdentifier impl)

Member Function Documentation

◆ operator=()

AlgorithmIdentifier & pdftron::Crypto::AlgorithmIdentifier::operator= ( const AlgorithmIdentifier & other)

Member Data Documentation

◆ m_impl

TRN_AlgorithmIdentifier pdftron::Crypto::AlgorithmIdentifier::m_impl

Definition at line 78 of file AlgorithmIdentifier.h.


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