Bouncy Castle Cryptography 1.49

org.bouncycastle.asn1.nist
Interface NISTObjectIdentifiers


public interface NISTObjectIdentifiers


Field Summary
static ASN1ObjectIdentifier aes
           
static ASN1ObjectIdentifier dsa_with_sha224
           
static ASN1ObjectIdentifier dsa_with_sha256
           
static ASN1ObjectIdentifier dsa_with_sha384
           
static ASN1ObjectIdentifier dsa_with_sha512
           
static ASN1ObjectIdentifier hashAlgs
           
static ASN1ObjectIdentifier id_aes128_CBC
           
static ASN1ObjectIdentifier id_aes128_CCM
           
static ASN1ObjectIdentifier id_aes128_CFB
           
static ASN1ObjectIdentifier id_aes128_ECB
           
static ASN1ObjectIdentifier id_aes128_GCM
           
static ASN1ObjectIdentifier id_aes128_OFB
           
static ASN1ObjectIdentifier id_aes128_wrap
           
static ASN1ObjectIdentifier id_aes192_CBC
           
static ASN1ObjectIdentifier id_aes192_CCM
           
static ASN1ObjectIdentifier id_aes192_CFB
           
static ASN1ObjectIdentifier id_aes192_ECB
           
static ASN1ObjectIdentifier id_aes192_GCM
           
static ASN1ObjectIdentifier id_aes192_OFB
           
static ASN1ObjectIdentifier id_aes192_wrap
           
static ASN1ObjectIdentifier id_aes256_CBC
           
static ASN1ObjectIdentifier id_aes256_CCM
           
static ASN1ObjectIdentifier id_aes256_CFB
           
static ASN1ObjectIdentifier id_aes256_ECB
           
static ASN1ObjectIdentifier id_aes256_GCM
           
static ASN1ObjectIdentifier id_aes256_OFB
           
static ASN1ObjectIdentifier id_aes256_wrap
           
static ASN1ObjectIdentifier id_dsa_with_sha2
           
static ASN1ObjectIdentifier id_sha224
           
static ASN1ObjectIdentifier id_sha256
           
static ASN1ObjectIdentifier id_sha384
           
static ASN1ObjectIdentifier id_sha512
           
static ASN1ObjectIdentifier id_sha512_224
           
static ASN1ObjectIdentifier id_sha512_256
           
static ASN1ObjectIdentifier nistAlgorithm
           
 

Field Detail

nistAlgorithm

static final ASN1ObjectIdentifier nistAlgorithm

hashAlgs

static final ASN1ObjectIdentifier hashAlgs

id_sha256

static final ASN1ObjectIdentifier id_sha256

id_sha384

static final ASN1ObjectIdentifier id_sha384

id_sha512

static final ASN1ObjectIdentifier id_sha512

id_sha224

static final ASN1ObjectIdentifier id_sha224

id_sha512_224

static final ASN1ObjectIdentifier id_sha512_224

id_sha512_256

static final ASN1ObjectIdentifier id_sha512_256

aes

static final ASN1ObjectIdentifier aes

id_aes128_ECB

static final ASN1ObjectIdentifier id_aes128_ECB

id_aes128_CBC

static final ASN1ObjectIdentifier id_aes128_CBC

id_aes128_OFB

static final ASN1ObjectIdentifier id_aes128_OFB

id_aes128_CFB

static final ASN1ObjectIdentifier id_aes128_CFB

id_aes128_wrap

static final ASN1ObjectIdentifier id_aes128_wrap

id_aes128_GCM

static final ASN1ObjectIdentifier id_aes128_GCM

id_aes128_CCM

static final ASN1ObjectIdentifier id_aes128_CCM

id_aes192_ECB

static final ASN1ObjectIdentifier id_aes192_ECB

id_aes192_CBC

static final ASN1ObjectIdentifier id_aes192_CBC

id_aes192_OFB

static final ASN1ObjectIdentifier id_aes192_OFB

id_aes192_CFB

static final ASN1ObjectIdentifier id_aes192_CFB

id_aes192_wrap

static final ASN1ObjectIdentifier id_aes192_wrap

id_aes192_GCM

static final ASN1ObjectIdentifier id_aes192_GCM

id_aes192_CCM

static final ASN1ObjectIdentifier id_aes192_CCM

id_aes256_ECB

static final ASN1ObjectIdentifier id_aes256_ECB

id_aes256_CBC

static final ASN1ObjectIdentifier id_aes256_CBC

id_aes256_OFB

static final ASN1ObjectIdentifier id_aes256_OFB

id_aes256_CFB

static final ASN1ObjectIdentifier id_aes256_CFB

id_aes256_wrap

static final ASN1ObjectIdentifier id_aes256_wrap

id_aes256_GCM

static final ASN1ObjectIdentifier id_aes256_GCM

id_aes256_CCM

static final ASN1ObjectIdentifier id_aes256_CCM

id_dsa_with_sha2

static final ASN1ObjectIdentifier id_dsa_with_sha2

dsa_with_sha224

static final ASN1ObjectIdentifier dsa_with_sha224

dsa_with_sha256

static final ASN1ObjectIdentifier dsa_with_sha256

dsa_with_sha384

static final ASN1ObjectIdentifier dsa_with_sha384

dsa_with_sha512

static final ASN1ObjectIdentifier dsa_with_sha512

Bouncy Castle Cryptography 1.49