public class RepeatedSecretKeySpec
extends java.lang.Object
implements javax.crypto.SecretKey
| Constructor and Description |
|---|
RepeatedSecretKeySpec(java.lang.String algorithm) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlgorithm() |
byte[] |
getEncoded() |
java.lang.String |
getFormat() |
public java.lang.String getAlgorithm()
getAlgorithm in interface java.security.Keypublic java.lang.String getFormat()
getFormat in interface java.security.Keypublic byte[] getEncoded()
getEncoded in interface java.security.Key