Class AlgorithmIdentifier
- Namespace
- iText.Signatures.Cms
- Assembly
- itext.sign.dll
This class represents algorithm identifier structure.
public class AlgorithmIdentifier
- Inheritance
-
AlgorithmIdentifier
- Inherited Members
Constructors
AlgorithmIdentifier(string)
Creates an Algorithm identifier structure without parameters.
public AlgorithmIdentifier(string algorithmId)
Parameters
algorithmId
stringthe Object id of the algorithm
AlgorithmIdentifier(string, IAsn1Object)
Creates an Algorithm identifier structure with parameters.
public AlgorithmIdentifier(string algorithmId, IAsn1Object parameters)
Parameters
algorithmId
stringthe Object id of the algorithm
parameters
IAsn1Objectthe algorithm parameters as an ASN1 structure
Methods
GetAlgorithmOid()
Return the OID of the algorithm.
public virtual string GetAlgorithmOid()
Returns
- string
the OID of the algorithm.
GetParameters()
Return the parameters for the algorithm.
public virtual IAsn1Object GetParameters()
Returns
- IAsn1Object
the parameters for the algorithm.