Class OpenIDConstants.EncryptionAlgorithms
The encryption (enc) algorithms. Refer to RFC 7518.
Inherited Members
Namespace: ComponentSpace.OpenID
Assembly: ComponentSpace.OpenID.dll
Syntax
public static class OpenIDConstants.EncryptionAlgorithms
Fields
A128CBC_HS256
AES_128_CBC_HMAC_SHA_256.
Declaration
public const string A128CBC_HS256 = "A128CBC-HS256"
Field Value
| Type | Description |
|---|---|
| string |
A128GCM
AES GCM 128.
Declaration
public const string A128GCM = "A128GCM"
Field Value
| Type | Description |
|---|---|
| string |
A192CBC_HS384
AES_192_CBC_HMAC_SHA_384.
Declaration
public const string A192CBC_HS384 = "A192CBC-HS384"
Field Value
| Type | Description |
|---|---|
| string |
A192GCM
AES GCM 192.
Declaration
public const string A192GCM = "A192GCM"
Field Value
| Type | Description |
|---|---|
| string |
A256CBC_HS512
AES_256_CBC_HMAC_SHA_512.
Declaration
public const string A256CBC_HS512 = "A256CBC-HS512"
Field Value
| Type | Description |
|---|---|
| string |
A256GCM
AES GCM 256.
Declaration
public const string A256GCM = "A256GCM"
Field Value
| Type | Description |
|---|---|
| string |