public interface CryptoSource
| Modifier and Type | Method and Description |
|---|---|
int |
getBlockSize() |
javax.crypto.Cipher |
getCipher() |
java.security.MessageDigest |
getMessageDigest() |
java.security.PrivateKey |
getPrivateKey() |
java.security.PublicKey |
getPublicKey() |
java.security.SecureRandom |
getRandom() |
javax.crypto.Cipher getCipher()
java.security.PublicKey getPublicKey()
java.security.PrivateKey getPrivateKey()
java.security.MessageDigest getMessageDigest()
java.security.SecureRandom getRandom()
int getBlockSize()