Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/javax/crypto/
DSealedObject.java58 private String sealAlg; field in SealedObject
70 this.sealAlg = (String) fields.get("sealAlg", null); in readObject()
112 this.sealAlg = c.getAlgorithm(); in SealedObject()
138 this.sealAlg = so.sealAlg; in SealedObject()
148 return sealAlg; in getAlgorithm()
173 Cipher cipher = Cipher.getInstance(sealAlg); in getObject()
261 Cipher cipher = Cipher.getInstance(sealAlg, provider); in getObject()