Home
last modified time | relevance | path

Searched refs:nistAlgorithm (Results 1 – 1 of 1) sorted by relevance

/external/bouncycastle/src/main/java/org/bouncycastle/asn1/nist/
DNISTObjectIdentifiers.java14 static final String nistAlgorithm = "2.16.840.1.101.3.4"; field
16 …l DERObjectIdentifier id_sha256 = new DERObjectIdentifier(nistAlgorithm + ".2.1");
17 …l DERObjectIdentifier id_sha384 = new DERObjectIdentifier(nistAlgorithm + ".2.2");
18 …l DERObjectIdentifier id_sha512 = new DERObjectIdentifier(nistAlgorithm + ".2.3");
19 …l DERObjectIdentifier id_sha224 = new DERObjectIdentifier(nistAlgorithm + ".2.4");
21 static final String aes = nistAlgorithm + ".1";
50 …al DERObjectIdentifier id_dsa_with_sha2 = new DERObjectIdentifier(nistAlgorithm + ".3");