Uses of Interface
net.finmath.decryptionoracle.decryption.PublicPrivateEncryptionDecryption
Packages that use PublicPrivateEncryptionDecryption
Package
Description
Decryption Oracle Interface and Implementations (different flavors)
-
Uses of PublicPrivateEncryptionDecryption in net.finmath.decryptionoracle.decryption
Classes in net.finmath.decryptionoracle.decryption that implement PublicPrivateEncryptionDecryptionModifier and TypeClassDescriptionclassStandard RSA encryption and decryption.classHybrid RSA+AES encryption and decryption.Constructors in net.finmath.decryptionoracle.decryption with parameters of type PublicPrivateEncryptionDecryptionModifierConstructorDescriptionDecryptionOracleImplementation(PublicPrivateEncryptionDecryption method, PublicKey publicKey, PrivateKey privateKey) Constructor for DecryptionOracleImplementation.DecryptionOracleImplementation(PublicPrivateEncryptionDecryption method, PublicKey publicKey, PrivateKey privateKey, UnaryOperator<byte[]> hashingMethod) Construct the DecryptionOracleImplementation.DecryptionOracleImplementation(PublicPrivateEncryptionDecryption method, PublicKey publicKey, PrivateKey privateKey, DecryptionOracleImplementation.KeyFormat keyFormat, UnaryOperator<byte[]> hashingMethod) Construct the DecryptionOracleImplementation.