Show / Hide Table of Contents

Class OpenIDConstants.KeyManagementAlgorithms

The key management (alg) algorithms. Refer to RFC 7518.

Inheritance
object
OpenIDConstants.KeyManagementAlgorithms
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: ComponentSpace.OpenID
Assembly: ComponentSpace.OpenID.dll
Syntax
public static class OpenIDConstants.KeyManagementAlgorithms

Fields

A128GCMKW

AES GCM 128.

Declaration
public const string A128GCMKW = "A128GCMKW"
Field Value
Type Description
string

A128KW

A128KW.

Declaration
public const string A128KW = "A128KW"
Field Value
Type Description
string

A192GCMKW

AES GCM 192.

Declaration
public const string A192GCMKW = "A192GCMKW"
Field Value
Type Description
string

A192KW

A191KW.

Declaration
public const string A192KW = "A192KW"
Field Value
Type Description
string

A256GCMKW

AES GCM 256.

Declaration
public const string A256GCMKW = "A256GCMKW"
Field Value
Type Description
string

A256KW

A256KW.

Declaration
public const string A256KW = "A256KW"
Field Value
Type Description
string

Direct

Direct.

Declaration
public const string Direct = "dir"
Field Value
Type Description
string

ECDH_ES

ECDH-ES.

Declaration
public const string ECDH_ES = "ECDH-ES"
Field Value
Type Description
string

ECDH_ES_A128KW

ECDH-ES+A128KW.

Declaration
public const string ECDH_ES_A128KW = "ECDH-ES+A128KW"
Field Value
Type Description
string

ECDH_ES_A192KW

ECDH-ES+A192KW.

Declaration
public const string ECDH_ES_A192KW = "ECDH-ES+A192KW"
Field Value
Type Description
string

ECDH_ES_A256KW

ECDH-ES+A256KW.

Declaration
public const string ECDH_ES_A256KW = "ECDH-ES+A256KW"
Field Value
Type Description
string

PBES2_HS256_A128KW

PBES2-HS256+A128KW.

Declaration
public const string PBES2_HS256_A128KW = "PBES2-HS256+A128KW"
Field Value
Type Description
string

PBES2_HS384_A192KW

PBES2-HS384+A192KW.

Declaration
public const string PBES2_HS384_A192KW = "PBES2-HS384+A192KW"
Field Value
Type Description
string

PBES2_HS512_A256KW

PBES2-HS512+A256KW.

Declaration
public const string PBES2_HS512_A256KW = "PBES2-HS512+A256KW"
Field Value
Type Description
string

RSA1_5

RSAES-PKCS1-v1_5.

Declaration
public const string RSA1_5 = "RSA1_5"
Field Value
Type Description
string

RSA_OAEP

RSAES OAEP.

Declaration
public const string RSA_OAEP = "RSA-OAEP"
Field Value
Type Description
string

RSA_OAEP_256

RSA-OAEP-256.

Declaration
public const string RSA_OAEP_256 = "RSA-OAEP-256"
Field Value
Type Description
string
In this article
Back to top Copyright © ComponentSpace Pty Ltd 2022-2026. All rights reserved.