Searched refs:SYMMETRIC_KEY_ENCODING_ALG (Results 1 – 1 of 1) sorted by relevance
43 static final String SYMMETRIC_KEY_ENCODING_ALG = "AES"; field in KeyEncoding50 return new SecretKeySpec(encodedMasterKey, SYMMETRIC_KEY_ENCODING_ALG); in parseMasterKey()