Uses of Enum Class
net.finmath.decryptionoracle.decryption.DecryptionOracleImplementation.KeyFormat
Packages that use DecryptionOracleImplementation.KeyFormat
Package
Description
Decryption Oracle Interface and Implementations (different flavors)
-
Uses of DecryptionOracleImplementation.KeyFormat in net.finmath.decryptionoracle.decryption
Methods in net.finmath.decryptionoracle.decryption that return DecryptionOracleImplementation.KeyFormatModifier and TypeMethodDescriptionDecryptionOracleImplementation.KeyFormat.fromProperty(String raw) Returns the enum constant of this class with the specified name.DecryptionOracleImplementation.KeyFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.finmath.decryptionoracle.decryption with parameters of type DecryptionOracleImplementation.KeyFormatModifierConstructorDescriptionDecryptionOracleImplementation(PublicPrivateEncryptionDecryption method, PublicKey publicKey, PrivateKey privateKey, DecryptionOracleImplementation.KeyFormat keyFormat, UnaryOperator<byte[]> hashingMethod) Construct the DecryptionOracleImplementation.