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