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.RepeatedSecretKeySpec
A simple object to indicate that a symmetric cipher should reuse the last key provided.
See Also:
  • Constructor Details

    • RepeatedSecretKeySpec

      public RepeatedSecretKeySpec(String algorithm)
      Deprecated.