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