Uses of Class
com.google.crypto.tink.signature.RsaSsaPssPublicKey
-
Packages that use RsaSsaPssPublicKey Package Description com.google.crypto.tink.signature com.google.crypto.tink.signature.internal com.google.crypto.tink.subtle -
-
Uses of RsaSsaPssPublicKey in com.google.crypto.tink.signature
Methods in com.google.crypto.tink.signature that return RsaSsaPssPublicKey Modifier and Type Method Description RsaSsaPssPublicKeyRsaSsaPssPublicKey.Builder. build()RsaSsaPssPublicKeyRsaSsaPssPrivateKey. getPublicKey()Returns the public key.Methods in com.google.crypto.tink.signature with parameters of type RsaSsaPssPublicKey Modifier and Type Method Description RsaSsaPssPrivateKey.BuilderRsaSsaPssPrivateKey.Builder. setPublicKey(RsaSsaPssPublicKey publicKey)Sets the public key, which includes the parameters. -
Uses of RsaSsaPssPublicKey in com.google.crypto.tink.signature.internal
Methods in com.google.crypto.tink.signature.internal with parameters of type RsaSsaPssPublicKey Modifier and Type Method Description static PublicKeyVerifyRsaSsaPssVerifyConscrypt. create(RsaSsaPssPublicKey key)static PublicKeyVerifyRsaSsaPssVerifyConscrypt. createWithProvider(RsaSsaPssPublicKey key, java.security.Provider conscrypt) -
Uses of RsaSsaPssPublicKey in com.google.crypto.tink.subtle
Methods in com.google.crypto.tink.subtle with parameters of type RsaSsaPssPublicKey Modifier and Type Method Description static PublicKeyVerifyRsaSsaPssVerifyJce. create(RsaSsaPssPublicKey key)
-