Interface PrivateKeyHolder

All Known Implementing Classes:
ByteArrayKeyHolder, JCEKeyHolder

public interface PrivateKeyHolder
The PrivateKeyHolder is a generic interface that can hold any type of PrivateKey. It can be used for HSM signing as well. *
  • Method Summary

    Modifier and Type
    Method
    Description
    No-op method that just returns the PrivateKeyHolder.
  • Method Details

    • getPrivateKeyHolder

      PrivateKeyHolder getPrivateKeyHolder()
      No-op method that just returns the PrivateKeyHolder.
      Returns:
      PrivateKeyHolder