Searched refs:ALG_TO_ID (Results 1 - 1 of 1) sorted by relevance

/system/extras/verity/
H A DUtils.java60 private static final Map<String, String> ALG_TO_ID; field in class:Utils
64 ALG_TO_ID = new HashMap<String, String>();
70 ALG_TO_ID.put("SHA1withRSA", PKCSObjectIdentifiers.sha1WithRSAEncryption.getId());
71 ALG_TO_ID.put("SHA256withRSA", PKCSObjectIdentifiers.sha256WithRSAEncryption.getId());
72 ALG_TO_ID.put("SHA512withRSA", PKCSObjectIdentifiers.sha512WithRSAEncryption.getId());
220 String id = ALG_TO_ID.get(getSignatureAlgorithm(key));

Completed in 367 milliseconds