Class PrfBasedKeyDeriver

  • All Implemented Interfaces:
    KeyDeriver

    @Immutable
    public final class PrfBasedKeyDeriver
    extends java.lang.Object
    implements KeyDeriver
    Implements the KeyDeriver interface by first applying a Prf and then using the global registry to create the correct key.
    • Method Detail

      • deriveKey

        public Key deriveKey​(byte[] salt)
                      throws java.security.GeneralSecurityException
        Specified by:
        deriveKey in interface KeyDeriver
        Throws:
        java.security.GeneralSecurityException