Uses of Class
com.google.crypto.tink.signature.SignaturePublicKey
-
Packages that use SignaturePublicKey Package Description com.google.crypto.tink.signature -
-
Uses of SignaturePublicKey in com.google.crypto.tink.signature
Subclasses of SignaturePublicKey in com.google.crypto.tink.signature Modifier and Type Class Description classEcdsaPublicKeyEcdsaPublicKey represents the public portion of ECDSA signature primitive.classEd25519PublicKeyEd25519PublicKey represents the public portion of the Ed25519 signature primitive.classRsaSsaPkcs1PublicKeyRepresents a public key for the RSA SSA PKCS1 signature primitive.classRsaSsaPssPublicKeyRepresents a public key for the RSA SSA PSS signature primitive.Methods in com.google.crypto.tink.signature that return SignaturePublicKey Modifier and Type Method Description abstract SignaturePublicKeySignaturePrivateKey. getPublicKey()Returns theSignaturePublicKey, which contains the verify function of the digital signature primitive.
-