Package com.google.crypto.tink.jwt
Class JwtEcdsaSignKeyManager
- java.lang.Object
-
- com.google.crypto.tink.jwt.JwtEcdsaSignKeyManager
-
public final class JwtEcdsaSignKeyManager extends java.lang.ObjectThis key manager generates newJwtEcdsaSignKeykeys and produces new instances ofJwtPublicKeySign.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidregisterPair(boolean newKeyAllowed)Registers theEcdsaSignKeyManagerand theEcdsaVerifyKeyManagerwith the registry, so that the the Ecdsa-Keys can be used with Tink.
-
-
-
Method Detail
-
registerPair
public static void registerPair(boolean newKeyAllowed) throws java.security.GeneralSecurityExceptionRegisters theEcdsaSignKeyManagerand theEcdsaVerifyKeyManagerwith the registry, so that the the Ecdsa-Keys can be used with Tink.- Throws:
java.security.GeneralSecurityException
-
-