Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/javax/crypto/
DEncryptedPrivateKeyInfo.java136 public EncryptedPrivateKeyInfo(String encryptionAlgorithmName, byte[] encryptedData) in EncryptedPrivateKeyInfo() argument
138 if (encryptionAlgorithmName == null) { in EncryptedPrivateKeyInfo()
141 this.algName = encryptionAlgorithmName; in EncryptedPrivateKeyInfo()