Record Class Crypto.ParamsOfAppPasswordProvider.GetPassword

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Crypto.ParamsOfAppPasswordProvider.GetPassword
Record Components:
encryptionPublicKey - Temporary library pubkey, that is used on application side for password encryption, along with application temporary private key and nonce. Used for password decryption on library side.
All Implemented Interfaces:
Crypto.ParamsOfAppPasswordProvider
Enclosing interface:
Crypto.ParamsOfAppPasswordProvider

public static record Crypto.ParamsOfAppPasswordProvider.GetPassword(String encryptionPublicKey) extends Record implements Crypto.ParamsOfAppPasswordProvider