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