Package org.bouncycastle.jce.spec
Class RepeatedSecretKeySpec
- java.lang.Object
-
- org.bouncycastle.jcajce.spec.RepeatedSecretKeySpec
-
- org.bouncycastle.jce.spec.RepeatedSecretKeySpec
-
- All Implemented Interfaces:
Serializable
,Key
,SecretKey
,Destroyable
public class RepeatedSecretKeySpec extends RepeatedSecretKeySpec
Deprecated.use super class org.bouncycastle.jcajce.spec.RepeatedSecretKeySpecA simple object to indicate that a symmetric cipher should reuse the last key provided.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface javax.crypto.SecretKey
serialVersionUID
-
-
Constructor Summary
Constructors Constructor Description RepeatedSecretKeySpec(String algorithm)
Deprecated.
-
Method Summary
-
Methods inherited from class org.bouncycastle.jcajce.spec.RepeatedSecretKeySpec
getAlgorithm, getEncoded, getFormat
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface javax.security.auth.Destroyable
destroy, isDestroyed
-
-
-
-
Constructor Detail
-
RepeatedSecretKeySpec
public RepeatedSecretKeySpec(String algorithm)
Deprecated.
-
-