Uses of Class
com.saperion.common.crypto.CipherStrategy
-
Packages that use CipherStrategy Package Description com.saperion.common.crypto -
-
Uses of CipherStrategy in com.saperion.common.crypto
Methods in com.saperion.common.crypto that return CipherStrategy Modifier and Type Method Description CipherStrategy
Cipher. getCipherStrategy()
Returns theCipherStrategy
of thisCipher
.static CipherStrategy
CipherStrategy. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CipherStrategy[]
CipherStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.saperion.common.crypto with parameters of type CipherStrategy Modifier and Type Method Description static Cipher
CipherFactory. newCipher(CipherStrategy cipherStrategy, KeyDerivationAlgorithm keyDerivationAlgorithm)
static void
CryptoUtils. newKeyPairWithKeyTool(java.lang.String keyStore, java.lang.String storeType, java.lang.String storePassword, java.lang.String alias, CipherStrategy cipherStrategy, int daysValid, java.lang.String keySignAlgorithm, java.lang.String keyDn, java.lang.String keyPassword)
Creates a newKeyPair
and adds it to the given key store under the specified alias using the standard jdk key tool executable.
-