Uses of Class
com.google.crypto.tink.jwt.JwtSignaturePublicKey
-
Packages that use JwtSignaturePublicKey Package Description com.google.crypto.tink.jwt -
-
Uses of JwtSignaturePublicKey in com.google.crypto.tink.jwt
Subclasses of JwtSignaturePublicKey in com.google.crypto.tink.jwt Modifier and Type Class Description classJwtEcdsaPublicKeyJwtEcdsaPublicKey represents the public portion of JWT ECDSA keys.classJwtRsaSsaPkcs1PublicKeyRepresents a public key for the JWT RSA SSA PKCS1 signature primitive.classJwtRsaSsaPssPublicKeyRepresents a public key for the JWT RSA SSA PSS signature primitive.Methods in com.google.crypto.tink.jwt that return JwtSignaturePublicKey Modifier and Type Method Description abstract JwtSignaturePublicKeyJwtSignaturePrivateKey. getPublicKey()
-