public class ContentEncryptionAlgorithmIdentifiers extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
AES_128_CBC_HMAC_SHA_256 |
static String |
AES_128_GCM |
static String |
AES_192_CBC_HMAC_SHA_384 |
static String |
AES_192_GCM |
static String |
AES_256_CBC_HMAC_SHA_512 |
static String |
AES_256_GCM |
| Constructor and Description |
|---|
ContentEncryptionAlgorithmIdentifiers() |
public static final String AES_128_CBC_HMAC_SHA_256
public static final String AES_192_CBC_HMAC_SHA_384
public static final String AES_256_CBC_HMAC_SHA_512
public static final String AES_128_GCM
public static final String AES_192_GCM
public static final String AES_256_GCM
Copyright © 2022. All rights reserved.