Uses of Class
com.google.crypto.tink.jwt.JwtRsaSsaPssPublicKey
-
Packages that use JwtRsaSsaPssPublicKey Package Description com.google.crypto.tink.jwt -
-
Uses of JwtRsaSsaPssPublicKey in com.google.crypto.tink.jwt
Methods in com.google.crypto.tink.jwt that return JwtRsaSsaPssPublicKey Modifier and Type Method Description JwtRsaSsaPssPublicKeyJwtRsaSsaPssPublicKey.Builder. build()JwtRsaSsaPssPublicKeyJwtRsaSsaPssPrivateKey. getPublicKey()Returns the public key.Methods in com.google.crypto.tink.jwt with parameters of type JwtRsaSsaPssPublicKey Modifier and Type Method Description JwtRsaSsaPssPrivateKey.BuilderJwtRsaSsaPssPrivateKey.Builder. setPublicKey(JwtRsaSsaPssPublicKey publicKey)Sets the public key, which includes the parameters.
-