| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
algorithm
Cipher algorithm algorithm.
|
| Constructor and Description |
|---|
BlockCipherSpec(java.lang.String algName)
Creates a new instance that describes the given block cipher algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlgorithm() |
org.bouncycastle.crypto.BlockCipher |
newInstance()
Creates a new instance of the cryptographic primitive described by this specification.
|
java.lang.String |
toString() |
public BlockCipherSpec(java.lang.String algName)
algName - Block cipher algorithm.public java.lang.String getAlgorithm()
getAlgorithm in interface Spec<org.bouncycastle.crypto.BlockCipher>public org.bouncycastle.crypto.BlockCipher newInstance()
SpecnewInstance in interface Spec<org.bouncycastle.crypto.BlockCipher>public java.lang.String toString()
toString in class java.lang.Object