Uses of Class
com.google.crypto.tink.signature.RsaSsaPkcs1PublicKey
-
Packages that use RsaSsaPkcs1PublicKey Package Description com.google.crypto.tink.signature com.google.crypto.tink.signature.internal com.google.crypto.tink.subtle -
-
Uses of RsaSsaPkcs1PublicKey in com.google.crypto.tink.signature
Methods in com.google.crypto.tink.signature that return RsaSsaPkcs1PublicKey Modifier and Type Method Description RsaSsaPkcs1PublicKeyRsaSsaPkcs1PublicKey.Builder. build()RsaSsaPkcs1PublicKeyRsaSsaPkcs1PrivateKey. getPublicKey()Returns the public key.Methods in com.google.crypto.tink.signature with parameters of type RsaSsaPkcs1PublicKey Modifier and Type Method Description RsaSsaPkcs1PrivateKey.BuilderRsaSsaPkcs1PrivateKey.Builder. setPublicKey(RsaSsaPkcs1PublicKey publicKey)Sets the public key, which includes the parameters. -
Uses of RsaSsaPkcs1PublicKey in com.google.crypto.tink.signature.internal
Methods in com.google.crypto.tink.signature.internal with parameters of type RsaSsaPkcs1PublicKey Modifier and Type Method Description static PublicKeyVerifyRsaSsaPkcs1VerifyConscrypt. create(RsaSsaPkcs1PublicKey key)Returns a new instance of PublicKeyVerify for RsaSsaPkcs1 that uses Conscrypt.static PublicKeyVerifyRsaSsaPkcs1VerifyConscrypt. createWithProvider(RsaSsaPkcs1PublicKey key, java.security.Provider conscrypt) -
Uses of RsaSsaPkcs1PublicKey in com.google.crypto.tink.subtle
Methods in com.google.crypto.tink.subtle with parameters of type RsaSsaPkcs1PublicKey Modifier and Type Method Description static PublicKeyVerifyRsaSsaPkcs1VerifyJce. create(RsaSsaPkcs1PublicKey key)
-