Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/javax/crypto/
DEncryptedPrivateKeyInfo.java172 public EncryptedPrivateKeyInfo(AlgorithmParameters algParams, byte[] encryptedData) in EncryptedPrivateKeyInfo() argument
174 if (algParams == null) { in EncryptedPrivateKeyInfo()
177 this.algParameters = algParams; in EncryptedPrivateKeyInfo()