Interface PropertySecretKeyProvider

All Known Implementing Classes:
StandardPropertySecretKeyProvider

interface PropertySecretKeyProvider
Secret Key Provider for Property Encryption
  • Method Summary

    Modifier and Type
    Method
    Description
    getSecretKey(PropertyEncryptionMethod propertyEncryptionMethod, String password)
    Get Secret Key using Property Encryption Method with provided password
  • Method Details

    • getSecretKey

      SecretKey getSecretKey(PropertyEncryptionMethod propertyEncryptionMethod, String password)
      Get Secret Key using Property Encryption Method with provided password
      Parameters:
      propertyEncryptionMethod - Property Encryption Method
      password - Password used to derive Secret Key
      Returns:
      Derived Secret Key