Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.jce.spec
Class RepeatedSecretKeySpec

java.lang.Object
  |
  +--org.bouncycastle.jcajce.spec.RepeatedSecretKeySpec
        |
        +--org.bouncycastle.jce.spec.RepeatedSecretKeySpec
All Implemented Interfaces:
java.security.Key, javax.crypto.SecretKey, java.io.Serializable

Deprecated. use super class org.bouncycastle.jcajce.spec.RepeatedSecretKeySpec

public class RepeatedSecretKeySpec
extends RepeatedSecretKeySpec

A simple object to indicate that a symmetric cipher should reuse the last key provided.

See Also:
Serialized Form

Fields inherited from interface java.security.Key
serialVersionUID
 
Constructor Summary
RepeatedSecretKeySpec(java.lang.String algorithm)
          Deprecated.  
 
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
 

Constructor Detail

RepeatedSecretKeySpec

public RepeatedSecretKeySpec(java.lang.String algorithm)
Deprecated. 

Bouncy Castle Cryptography Library 1.77.0