Interface SymmetricKey

  • All Superinterfaces:
    Key
    All Known Implementing Classes:
    SymmetricSecretKey

    public interface SymmetricKey
    extends Key
    Interface describing a symmetric key.
    • Method Detail

      • getKeyBytes

        byte[] getKeyBytes()
        Return the bytes associated with this key.
        Returns:
        key bytes, null or exception if they are not available.