Class JwtEcdsaSignKeyManager


  • public final class JwtEcdsaSignKeyManager
    extends java.lang.Object
    This key manager generates new JwtEcdsaSignKey keys and produces new instances of JwtPublicKeySign.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void registerPair​(boolean newKeyAllowed)
      Registers the EcdsaSignKeyManager and the EcdsaVerifyKeyManager with the registry, so that the the Ecdsa-Keys can be used with Tink.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • registerPair

        public static void registerPair​(boolean newKeyAllowed)
                                 throws java.security.GeneralSecurityException
        Registers the EcdsaSignKeyManager and the EcdsaVerifyKeyManager with the registry, so that the the Ecdsa-Keys can be used with Tink.
        Throws:
        java.security.GeneralSecurityException