public class CryptoSourceConfigDefault extends java.lang.Object implements CryptoSourceConfig
| Constructor and Description |
|---|
CryptoSourceConfigDefault() |
| Modifier and Type | Method and Description |
|---|---|
int |
blockSize() |
java.lang.String |
cipherAlgorithm() |
java.lang.String |
keyFactoryAlgorithm() |
java.lang.String |
keyPairGeneratorAlgorithm() |
java.lang.String |
messageDigestAlgorithm() |
java.lang.String |
secureRandomAlgorithm() |
public java.lang.String secureRandomAlgorithm()
secureRandomAlgorithm in interface CryptoSourceConfigpublic java.lang.String messageDigestAlgorithm()
messageDigestAlgorithm in interface CryptoSourceConfigpublic java.lang.String keyPairGeneratorAlgorithm()
keyPairGeneratorAlgorithm in interface CryptoSourceConfigpublic java.lang.String cipherAlgorithm()
cipherAlgorithm in interface CryptoSourceConfigpublic java.lang.String keyFactoryAlgorithm()
keyFactoryAlgorithm in interface CryptoSourceConfigpublic int blockSize()
blockSize in interface CryptoSourceConfig