Package kz.greetgo.security.crypto
Class CryptoSourceConfigDefault
- java.lang.Object
-
- kz.greetgo.security.crypto.CryptoSourceConfigDefault
-
- All Implemented Interfaces:
CryptoSourceConfig
public class CryptoSourceConfigDefault extends java.lang.Object implements CryptoSourceConfig
-
-
Constructor Summary
Constructors Constructor Description CryptoSourceConfigDefault()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intblockSize()java.lang.StringcipherAlgorithm()java.lang.StringkeyFactoryAlgorithm()java.lang.StringkeyPairGeneratorAlgorithm()java.lang.StringmessageDigestAlgorithm()java.lang.StringsecureRandomAlgorithm()
-
-
-
Method Detail
-
secureRandomAlgorithm
public java.lang.String secureRandomAlgorithm()
- Specified by:
secureRandomAlgorithmin interfaceCryptoSourceConfig
-
messageDigestAlgorithm
public java.lang.String messageDigestAlgorithm()
- Specified by:
messageDigestAlgorithmin interfaceCryptoSourceConfig
-
keyPairGeneratorAlgorithm
public java.lang.String keyPairGeneratorAlgorithm()
- Specified by:
keyPairGeneratorAlgorithmin interfaceCryptoSourceConfig
-
cipherAlgorithm
public java.lang.String cipherAlgorithm()
- Specified by:
cipherAlgorithmin interfaceCryptoSourceConfig
-
keyFactoryAlgorithm
public java.lang.String keyFactoryAlgorithm()
- Specified by:
keyFactoryAlgorithmin interfaceCryptoSourceConfig
-
blockSize
public int blockSize()
- Specified by:
blockSizein interfaceCryptoSourceConfig
-
-