Package org.conscrypt

Class ScryptSecretKeyFactory.ScryptKey

java.lang.Object
org.conscrypt.ScryptSecretKeyFactory.ScryptKey
All Implemented Interfaces:
Serializable, Key, SecretKey, Destroyable
Enclosing class:
ScryptSecretKeyFactory

private static class ScryptSecretKeyFactory.ScryptKey extends Object implements SecretKey
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • key

      private final byte[] key
  • Constructor Details

    • ScryptKey

      public ScryptKey(byte[] key)
  • Method Details