Interface SecretKeyEntry

All Superinterfaces:
KeyEntry

public interface SecretKeyEntry extends KeyEntry
Wrapper for secret key entry within keystore.
  • Method Details

    • getSecretKey

      SecretKey getSecretKey()
      Secret key value.
    • getKeyAlgo

      String getKeyAlgo()
      Algorithm associated with it.