Class OpenIDConstants.KeyManagementAlgorithms
The key management (alg) algorithms. Refer to RFC 7518.
Inheritance
System.Object
OpenIDConstants.KeyManagementAlgorithms
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ComponentSpace.OpenID
Assembly: ComponentSpace.OpenID.dll
Syntax
public static class KeyManagementAlgorithms
Fields
A128GCMKW
AES GCM 128.
Declaration
public const string A128GCMKW = "A128GCMKW"
Field Value
Type | Description |
---|---|
System.String |
A128KW
A128KW.
Declaration
public const string A128KW = "A128KW"
Field Value
Type | Description |
---|---|
System.String |
A192GCMKW
AES GCM 192.
Declaration
public const string A192GCMKW = "A192GCMKW"
Field Value
Type | Description |
---|---|
System.String |
A192KW
A191KW.
Declaration
public const string A192KW = "A192KW"
Field Value
Type | Description |
---|---|
System.String |
A256GCMKW
AES GCM 256.
Declaration
public const string A256GCMKW = "A256GCMKW"
Field Value
Type | Description |
---|---|
System.String |
A256KW
A256KW.
Declaration
public const string A256KW = "A256KW"
Field Value
Type | Description |
---|---|
System.String |
Direct
Direct.
Declaration
public const string Direct = "dir"
Field Value
Type | Description |
---|---|
System.String |
ECDH_ES
ECDH-ES.
Declaration
public const string ECDH_ES = "ECDH-ES"
Field Value
Type | Description |
---|---|
System.String |
ECDH_ES_A128KW
ECDH-ES+A128KW.
Declaration
public const string ECDH_ES_A128KW = "ECDH-ES+A128KW"
Field Value
Type | Description |
---|---|
System.String |
ECDH_ES_A192KW
ECDH-ES+A192KW.
Declaration
public const string ECDH_ES_A192KW = "ECDH-ES+A192KW"
Field Value
Type | Description |
---|---|
System.String |
ECDH_ES_A256KW
ECDH-ES+A256KW.
Declaration
public const string ECDH_ES_A256KW = "ECDH-ES+A256KW"
Field Value
Type | Description |
---|---|
System.String |
PBES2_HS256_A128KW
PBES2-HS256+A128KW.
Declaration
public const string PBES2_HS256_A128KW = "PBES2-HS256+A128KW"
Field Value
Type | Description |
---|---|
System.String |
PBES2_HS384_A192KW
PBES2-HS384+A192KW.
Declaration
public const string PBES2_HS384_A192KW = "PBES2-HS384+A192KW"
Field Value
Type | Description |
---|---|
System.String |
PBES2_HS512_A256KW
PBES2-HS512+A256KW.
Declaration
public const string PBES2_HS512_A256KW = "PBES2-HS512+A256KW"
Field Value
Type | Description |
---|---|
System.String |
RSA_OAEP
RSAES OAEP.
Declaration
public const string RSA_OAEP = "RSA-OAEP"
Field Value
Type | Description |
---|---|
System.String |
RSA_OAEP_256
RSA-OAEP-256.
Declaration
public const string RSA_OAEP_256 = "RSA-OAEP-256"
Field Value
Type | Description |
---|---|
System.String |
RSA1_5
RSAES-PKCS1-v1_5.
Declaration
public const string RSA1_5 = "RSA1_5"
Field Value
Type | Description |
---|---|
System.String |