Package org.bouncycastle.jce.spec
Class RepeatedSecretKeySpec
- java.lang.Object
-
- org.bouncycastle.jcajce.spec.RepeatedSecretKeySpec
-
- org.bouncycastle.jce.spec.RepeatedSecretKeySpec
-
- All Implemented Interfaces:
java.io.Serializable
,java.security.Key
,javax.crypto.SecretKey
,javax.security.auth.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
-
-
Constructor Summary
Constructors Constructor Description RepeatedSecretKeySpec(java.lang.String algorithm)
Deprecated.
-
Method Summary
-
Methods inherited from class org.bouncycastle.jcajce.spec.RepeatedSecretKeySpec
getAlgorithm, getEncoded, getFormat
-
-