Class AlgorithmProvider

Constructors

Methods

  • Converts WebCrypto algorithm to ASN.1 algorithm

    Parameters

    • alg: Algorithm

      WebCrypto algorithm

    Returns AlgorithmIdentifier

    ASN.1 algorithm

    Throws

    Error whenever cannot convert an algorithm

  • ConvertsASN.1 algorithm to WebCrypto algorithm

    Parameters

    • alg: AlgorithmIdentifier

      ASN.1 algorithm

    Returns Algorithm

    algorithm

Generated using TypeDoc