| 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()
newInstance in interface Spec<org.bouncycastle.crypto.StreamCipher>Copyright © 2016 JBoss by Red Hat. All rights reserved.