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