Searched refs:id_hmacWithSHA224 (Results 1 – 6 of 6) sorted by relevance
189 super(PKCSObjectIdentifiers.id_hmacWithSHA224, in PBEWithHmacSHA224AES128AlgorithmParameters()244 super(PKCSObjectIdentifiers.id_hmacWithSHA224, in PBEWithHmacSHA224AES256AlgorithmParameters()
251 else if (algorithm.equals(PKCSObjectIdentifiers.id_hmacWithSHA224)) in getDigestCode()
16 …new PRF("HMacSHA224", new AlgorithmIdentifier(PKCSObjectIdentifiers.id_hmacWithSHA224, DERNull.INS…
74 addHMACAlias(provider, "SHA224", PKCSObjectIdentifiers.id_hmacWithSHA224); in configure()
131 …static final ASN1ObjectIdentifier id_hmacWithSHA224 = digestAlgorithm.branch("8").intern(); field
110 nameTable.put(PKCSObjectIdentifiers.id_hmacWithSHA224.getId(), "HmacSHA224"); in PKCSObjectIdentifiers.id_hmacWithSHA224.getId()