| Constructor and Description |
|---|
BlockCipherSpec(String algName)
Creates a new instance that describes the given block cipher algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm() |
org.bouncycastle.crypto.BlockCipher |
newInstance()
Creates a new instance of the cryptographic primitive described by this specification.
|
String |
toString() |
public BlockCipherSpec(String algName)
algName - Block cipher algorithm.public String getAlgorithm()
getAlgorithm in interface Spec<org.bouncycastle.crypto.BlockCipher>public org.bouncycastle.crypto.BlockCipher newInstance()
SpecnewInstance in interface Spec<org.bouncycastle.crypto.BlockCipher>Copyright © 2003-2024 Virginia Tech. All Rights Reserved.