Uses of Enum Class
com.saperion.common.crypto.CipherStrategy
Packages that use CipherStrategy
- 
Uses of CipherStrategy in com.saperion.common.cryptoMethods in com.saperion.common.crypto that return CipherStrategyModifier and TypeMethodDescriptionCipher.getCipherStrategy()Returns theCipherStrategyof thisCipher.static CipherStrategyReturns 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 CipherCipherFactory.newCipher(CipherStrategy cipherStrategy, KeyDerivationAlgorithm keyDerivationAlgorithm) static voidCryptoUtils.newKeyPairWithKeyTool(String keyStore, String storeType, String storePassword, String alias, CipherStrategy cipherStrategy, int daysValid, String keySignAlgorithm, String keyDn, String keyPassword) Creates a newKeyPairand adds it to the given key store under the specified alias using the standard jdk key tool executable.