Package org.conscrypt
Class ScryptSecretKeyFactory.ScryptKey
java.lang.Object
org.conscrypt.ScryptSecretKeyFactory.ScryptKey
- All Implemented Interfaces:
Serializable,Key,SecretKey,Destroyable
- Enclosing class:
ScryptSecretKeyFactory
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final byte[]private static final long -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.security.auth.Destroyable
destroy, isDestroyed
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
key
private final byte[] key
-
-
Constructor Details
-
ScryptKey
public ScryptKey(byte[] key)
-
-
Method Details
-
getAlgorithm
- Specified by:
getAlgorithmin interfaceKey
-
getFormat
-
getEncoded
public byte[] getEncoded()- Specified by:
getEncodedin interfaceKey
-