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