Class JcaKeyFingerprintCalculator

    • Constructor Detail

      • JcaKeyFingerprintCalculator

        public JcaKeyFingerprintCalculator()
        Base Constructor - use the JCA defaults.
    • Method Detail

      • setProvider

        public JcaKeyFingerprintCalculator setProvider​(java.security.Provider provider)
        Sets the provider to use to obtain cryptographic primitives.
        Parameters:
        provider - the JCA provider to use.
        Returns:
        a new JceKeyFingerprintCalculator supported by the passed in provider.
      • setProvider

        public JcaKeyFingerprintCalculator setProvider​(java.lang.String providerName)
        Sets the provider to use to obtain cryptographic primitives.
        Parameters:
        providerName - the name of the JCA provider to use.
        Returns:
        a new JceKeyFingerprintCalculator supported by the passed in named provider.