Searched defs:encryptedData (Results 1 – 2 of 2) sorted by relevance
64 private byte[] encryptedData; field in EncryptedPrivateKeyInfo131 public EncryptedPrivateKeyInfo(String algName, byte[] encryptedData) in EncryptedPrivateKeyInfo()173 byte[] encryptedData) throws NoSuchAlgorithmException { in EncryptedPrivateKeyInfo()
1131 public static final byte[] encryptedData; field in EncryptedPrivateKeyInfoData