public class RepeatedSecretKeySpec extends Object implements SecretKey
serialVersionUID
Constructor and Description |
---|
RepeatedSecretKeySpec(String algorithm) |
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithm() |
byte[] |
getEncoded() |
String |
getFormat() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
destroy, isDestroyed
public RepeatedSecretKeySpec(String algorithm)
public String getAlgorithm()
getAlgorithm
in interface Key
public byte[] getEncoded()
getEncoded
in interface Key
Copyright © 2018 BouncyCastle.org. All rights reserved.