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 CipherStrategyCipher. getCipherStrategy()Returns theCipherStrategyof thisCipher.static CipherStrategyCipherStrategy. 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 CipherCipherFactory. newCipher(CipherStrategy cipherStrategy, KeyDerivationAlgorithm keyDerivationAlgorithm)static voidCryptoUtils. 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 newKeyPairand adds it to the given key store under the specified alias using the standard jdk key tool executable.
-