Bouncy Castle Cryptography 1.50

org.bouncycastle.asn1.nist
Interface NISTObjectIdentifiers


public interface NISTObjectIdentifiers

NIST: iso/itu(2) joint-assign(16) us(840) organization(1) gov(101) csor(3)


Field Summary
static ASN1ObjectIdentifier aes
          2.16.840.1.101.3.4.1
static ASN1ObjectIdentifier dsa_with_sha224
          2.16.840.1.101.3.4.3.1
static ASN1ObjectIdentifier dsa_with_sha256
          2.16.840.1.101.3.4.3.2
static ASN1ObjectIdentifier dsa_with_sha384
          2.16.840.1.101.3.4.3.3
static ASN1ObjectIdentifier dsa_with_sha512
          2.16.840.1.101.3.4.3.4
static ASN1ObjectIdentifier hashAlgs
          2.16.840.1.101.3.4.2
static ASN1ObjectIdentifier id_aes128_CBC
          2.16.840.1.101.3.4.1.2
static ASN1ObjectIdentifier id_aes128_CCM
          2.16.840.1.101.3.4.1.7
static ASN1ObjectIdentifier id_aes128_CFB
          2.16.840.1.101.3.4.1.4
static ASN1ObjectIdentifier id_aes128_ECB
          2.16.840.1.101.3.4.1.1
static ASN1ObjectIdentifier id_aes128_GCM
          2.16.840.1.101.3.4.1.6
static ASN1ObjectIdentifier id_aes128_OFB
          2.16.840.1.101.3.4.1.3
static ASN1ObjectIdentifier id_aes128_wrap
          2.16.840.1.101.3.4.1.5
static ASN1ObjectIdentifier id_aes192_CBC
          2.16.840.1.101.3.4.1.22
static ASN1ObjectIdentifier id_aes192_CCM
          2.16.840.1.101.3.4.1.27
static ASN1ObjectIdentifier id_aes192_CFB
          2.16.840.1.101.3.4.1.24
static ASN1ObjectIdentifier id_aes192_ECB
          2.16.840.1.101.3.4.1.21
static ASN1ObjectIdentifier id_aes192_GCM
          2.16.840.1.101.3.4.1.26
static ASN1ObjectIdentifier id_aes192_OFB
          2.16.840.1.101.3.4.1.23
static ASN1ObjectIdentifier id_aes192_wrap
          2.16.840.1.101.3.4.1.25
static ASN1ObjectIdentifier id_aes256_CBC
          2.16.840.1.101.3.4.1.42
static ASN1ObjectIdentifier id_aes256_CCM
          2.16.840.1.101.3.4.1.47
static ASN1ObjectIdentifier id_aes256_CFB
          2.16.840.1.101.3.4.1.44
static ASN1ObjectIdentifier id_aes256_ECB
          2.16.840.1.101.3.4.1.41
static ASN1ObjectIdentifier id_aes256_GCM
          2.16.840.1.101.3.4.1.46
static ASN1ObjectIdentifier id_aes256_OFB
          2.16.840.1.101.3.4.1.43
static ASN1ObjectIdentifier id_aes256_wrap
          2.16.840.1.101.3.4.1.45
static ASN1ObjectIdentifier id_dsa_with_sha2
          2.16.840.1.101.3.4.3
static ASN1ObjectIdentifier id_sha224
          2.16.840.1.101.3.4.2.4
static ASN1ObjectIdentifier id_sha256
          2.16.840.1.101.3.4.2.1
static ASN1ObjectIdentifier id_sha384
          2.16.840.1.101.3.4.2.2
static ASN1ObjectIdentifier id_sha512
          2.16.840.1.101.3.4.2.3
static ASN1ObjectIdentifier id_sha512_224
          2.16.840.1.101.3.4.2.5
static ASN1ObjectIdentifier id_sha512_256
          2.16.840.1.101.3.4.2.6
static ASN1ObjectIdentifier nistAlgorithm
          2.16.840.1.101.3.4 -- algorithms
 

Field Detail

nistAlgorithm

static final ASN1ObjectIdentifier nistAlgorithm
2.16.840.1.101.3.4 -- algorithms


hashAlgs

static final ASN1ObjectIdentifier hashAlgs
2.16.840.1.101.3.4.2


id_sha256

static final ASN1ObjectIdentifier id_sha256
2.16.840.1.101.3.4.2.1


id_sha384

static final ASN1ObjectIdentifier id_sha384
2.16.840.1.101.3.4.2.2


id_sha512

static final ASN1ObjectIdentifier id_sha512
2.16.840.1.101.3.4.2.3


id_sha224

static final ASN1ObjectIdentifier id_sha224
2.16.840.1.101.3.4.2.4


id_sha512_224

static final ASN1ObjectIdentifier id_sha512_224
2.16.840.1.101.3.4.2.5


id_sha512_256

static final ASN1ObjectIdentifier id_sha512_256
2.16.840.1.101.3.4.2.6


aes

static final ASN1ObjectIdentifier aes
2.16.840.1.101.3.4.1


id_aes128_ECB

static final ASN1ObjectIdentifier id_aes128_ECB
2.16.840.1.101.3.4.1.1


id_aes128_CBC

static final ASN1ObjectIdentifier id_aes128_CBC
2.16.840.1.101.3.4.1.2


id_aes128_OFB

static final ASN1ObjectIdentifier id_aes128_OFB
2.16.840.1.101.3.4.1.3


id_aes128_CFB

static final ASN1ObjectIdentifier id_aes128_CFB
2.16.840.1.101.3.4.1.4


id_aes128_wrap

static final ASN1ObjectIdentifier id_aes128_wrap
2.16.840.1.101.3.4.1.5


id_aes128_GCM

static final ASN1ObjectIdentifier id_aes128_GCM
2.16.840.1.101.3.4.1.6


id_aes128_CCM

static final ASN1ObjectIdentifier id_aes128_CCM
2.16.840.1.101.3.4.1.7


id_aes192_ECB

static final ASN1ObjectIdentifier id_aes192_ECB
2.16.840.1.101.3.4.1.21


id_aes192_CBC

static final ASN1ObjectIdentifier id_aes192_CBC
2.16.840.1.101.3.4.1.22


id_aes192_OFB

static final ASN1ObjectIdentifier id_aes192_OFB
2.16.840.1.101.3.4.1.23


id_aes192_CFB

static final ASN1ObjectIdentifier id_aes192_CFB
2.16.840.1.101.3.4.1.24


id_aes192_wrap

static final ASN1ObjectIdentifier id_aes192_wrap
2.16.840.1.101.3.4.1.25


id_aes192_GCM

static final ASN1ObjectIdentifier id_aes192_GCM
2.16.840.1.101.3.4.1.26


id_aes192_CCM

static final ASN1ObjectIdentifier id_aes192_CCM
2.16.840.1.101.3.4.1.27


id_aes256_ECB

static final ASN1ObjectIdentifier id_aes256_ECB
2.16.840.1.101.3.4.1.41


id_aes256_CBC

static final ASN1ObjectIdentifier id_aes256_CBC
2.16.840.1.101.3.4.1.42


id_aes256_OFB

static final ASN1ObjectIdentifier id_aes256_OFB
2.16.840.1.101.3.4.1.43


id_aes256_CFB

static final ASN1ObjectIdentifier id_aes256_CFB
2.16.840.1.101.3.4.1.44


id_aes256_wrap

static final ASN1ObjectIdentifier id_aes256_wrap
2.16.840.1.101.3.4.1.45


id_aes256_GCM

static final ASN1ObjectIdentifier id_aes256_GCM
2.16.840.1.101.3.4.1.46


id_aes256_CCM

static final ASN1ObjectIdentifier id_aes256_CCM
2.16.840.1.101.3.4.1.47


id_dsa_with_sha2

static final ASN1ObjectIdentifier id_dsa_with_sha2
2.16.840.1.101.3.4.3


dsa_with_sha224

static final ASN1ObjectIdentifier dsa_with_sha224
2.16.840.1.101.3.4.3.1


dsa_with_sha256

static final ASN1ObjectIdentifier dsa_with_sha256
2.16.840.1.101.3.4.3.2


dsa_with_sha384

static final ASN1ObjectIdentifier dsa_with_sha384
2.16.840.1.101.3.4.3.3


dsa_with_sha512

static final ASN1ObjectIdentifier dsa_with_sha512
2.16.840.1.101.3.4.3.4


Bouncy Castle Cryptography 1.50