iText 7 7.2.5 API
iText.Signatures.EncryptionAlgorithms Class Reference

Class that contains a map with the different encryption algorithms. More...

Static Public Member Functions

static String  GetAlgorithm (String oid)
  Gets the algorithm name for a certain id. More...
 

Detailed Description

Class that contains a map with the different encryption algorithms.

Member Function Documentation

◆ GetAlgorithm()

static String iText.Signatures.EncryptionAlgorithms.GetAlgorithm ( String  oid )
inlinestatic

Gets the algorithm name for a certain id.

Parameters
oid an id (for instance "1.2.840.113549.1.1.1")
Returns
an algorithm name (for instance "RSA")