Searched refs:id_hmacWithSHA256 (Results 1 – 6 of 6) sorted by relevance
200 super(PKCSObjectIdentifiers.id_hmacWithSHA256, in PBEWithHmacSHA256AES128AlgorithmParameters()255 super(PKCSObjectIdentifiers.id_hmacWithSHA256, in PBEWithHmacSHA256AES256AlgorithmParameters()
247 else if (algorithm.equals(PKCSObjectIdentifiers.id_hmacWithSHA256)) in getDigestCode()
17 …new PRF("HMacSHA256", new AlgorithmIdentifier(PKCSObjectIdentifiers.id_hmacWithSHA256, DERNull.INS…
100 addHMACAlias(provider, "SHA256", PKCSObjectIdentifiers.id_hmacWithSHA256); in configure()
85 keySizes.put(PKCSObjectIdentifiers.id_hmacWithSHA256.getId(), i256); in PKCSObjectIdentifiers.id_hmacWithSHA256.getId()111 nameTable.put(PKCSObjectIdentifiers.id_hmacWithSHA256.getId(), "HmacSHA256"); in PKCSObjectIdentifiers.id_hmacWithSHA256.getId()
133 …static final ASN1ObjectIdentifier id_hmacWithSHA256 = digestAlgorithm.branch("9").intern(); field