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