Interface IKeyMasterConfiguration

    • Method Detail

      • getPrivateKey

        java.security.PrivateKey getPrivateKey()
        Gets a private key object.

        The KeyMaster token generator retrieves this property whenever it needs to generate a token.

        Returns:
        The private key.
      • getHashingAlgorithm

        KeyMasterHashingAlgorithm getHashingAlgorithm()
        Gets the hashing algorithm that is used to generate the KeyMaster token.
        Returns:
        The hashing algorithm.
      • getSecurityProviderName

        java.lang.String getSecurityProviderName()
        The name of the Java Security provider to be used to generate the token. If set to null the token generation traverses the list of registered security Providers, starting with the most preferred Provider, the first provider that supports the specified signature algorithm will be used.
        Returns:
        The name of the security provider or null.