Home
last modified time | relevance | path

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

/external/ukey2/src/main/java/com/google/security/cryptauth/lib/securegcm/
DKeyEncoding.java43 static final String SYMMETRIC_KEY_ENCODING_ALG = "AES"; field in KeyEncoding
50 return new SecretKeySpec(encodedMasterKey, SYMMETRIC_KEY_ENCODING_ALG); in parseMasterKey()