Uses of Class
com.h2tcoin.takamakachain.globalContext.KeyContexts.CypherOperation
-
Packages that use KeyContexts.CypherOperation Package Description com.h2tcoin.takamakachain.globalContext com.h2tcoin.takamakachain.wallet -
-
Uses of KeyContexts.CypherOperation in com.h2tcoin.takamakachain.globalContext
Methods in com.h2tcoin.takamakachain.globalContext that return KeyContexts.CypherOperation Modifier and Type Method Description static KeyContexts.CypherOperation
KeyContexts.CypherOperation. valueOf(String name)
Returns the enum constant of this type with the specified name.static KeyContexts.CypherOperation[]
KeyContexts.CypherOperation. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of KeyContexts.CypherOperation in com.h2tcoin.takamakachain.wallet
Methods in com.h2tcoin.takamakachain.wallet that return KeyContexts.CypherOperation Modifier and Type Method Description KeyContexts.CypherOperation
InstanceCypherBean. getCypherOperation()
Methods in com.h2tcoin.takamakachain.wallet with parameters of type KeyContexts.CypherOperation Modifier and Type Method Description protected void
InstanceCypherBean. setCypherOperation(KeyContexts.CypherOperation cypherOperation)
Constructors in com.h2tcoin.takamakachain.wallet with parameters of type KeyContexts.CypherOperation Constructor Description InstanceCypherProviderBCED25519(KeyContexts.CypherOperation operation, String publicKey, String message, String signature)
InstanceCypherProviderBCED25519(KeyContexts.CypherOperation operation, org.bouncycastle.crypto.AsymmetricCipherKeyPair keyPair, String message, String signature)
-