Uses of Interface
com.google.crypto.tink.PublicKeyVerify
-
Packages that use PublicKeyVerify Package Description com.google.crypto.tink.signature com.google.crypto.tink.signature.internal com.google.crypto.tink.subtle -
-
Uses of PublicKeyVerify in com.google.crypto.tink.signature
Methods in com.google.crypto.tink.signature that return PublicKeyVerify Modifier and Type Method Description static PublicKeyVerifyPublicKeyVerifyFactory. getPrimitive(KeysetHandle keysetHandle)Deprecated.UsekeysetHandle.getPrimitive(RegistryConfiguration.get(), PublicKeyVerify.class)after registering thePublicKeyVerifyWrapperinstead.PublicKeyVerifyPublicKeyVerifyWrapper. wrap(KeysetHandleInterface keysetHandle, MonitoringAnnotations annotations, PrimitiveWrapper.PrimitiveFactory<PublicKeyVerify> factory)Methods in com.google.crypto.tink.signature that return types with arguments of type PublicKeyVerify Modifier and Type Method Description java.lang.Class<PublicKeyVerify>PublicKeyVerifyWrapper. getInputPrimitiveClass()java.lang.Class<PublicKeyVerify>PublicKeyVerifyWrapper. getPrimitiveClass()Method parameters in com.google.crypto.tink.signature with type arguments of type PublicKeyVerify Modifier and Type Method Description PublicKeyVerifyPublicKeyVerifyWrapper. wrap(KeysetHandleInterface keysetHandle, MonitoringAnnotations annotations, PrimitiveWrapper.PrimitiveFactory<PublicKeyVerify> factory) -
Uses of PublicKeyVerify in com.google.crypto.tink.signature.internal
Classes in com.google.crypto.tink.signature.internal that implement PublicKeyVerify Modifier and Type Class Description classEcdsaVerifyJceECDSA verifying with JCE.classEd25519VerifyJceEd25519 verifying using the JCE.classLegacyFullVerifyTakes an arbitrary raw PublicKeyVerify from the registry and creates a full PublicKeyVerify out of it.classRsaSsaPkcs1VerifyConscryptRsaSsaPkcs1 (i.e.classRsaSsaPssVerifyConscryptRSA SSA PSS verification with Conscrypt.Methods in com.google.crypto.tink.signature.internal that return PublicKeyVerify Modifier and Type Method Description static PublicKeyVerifyEcdsaVerifyJce. create(EcdsaPublicKey key)static PublicKeyVerifyEd25519VerifyJce. create(Ed25519PublicKey key)static PublicKeyVerifyLegacyFullVerify. create(LegacyProtoKey key)Creates the full primitive corresponding to the key.static PublicKeyVerifyRsaSsaPkcs1VerifyConscrypt. create(RsaSsaPkcs1PublicKey key)Returns a new instance of PublicKeyVerify for RsaSsaPkcs1 that uses Conscrypt.static PublicKeyVerifyRsaSsaPssVerifyConscrypt. create(RsaSsaPssPublicKey key)static PublicKeyVerifyEcdsaVerifyJce. createWithProvider(EcdsaPublicKey key, java.security.Provider provider)Creates aPublicKeyVerifyusing aProvider.static PublicKeyVerifyEd25519VerifyJce. createWithProvider(Ed25519PublicKey key, java.security.Provider provider)static PublicKeyVerifyRsaSsaPkcs1VerifyConscrypt. createWithProvider(RsaSsaPkcs1PublicKey key, java.security.Provider conscrypt)static PublicKeyVerifyRsaSsaPssVerifyConscrypt. createWithProvider(RsaSsaPssPublicKey key, java.security.Provider conscrypt)static PublicKeyVerifyEcdsaVerifyJce. createWithProviderOrNull(EcdsaPublicKey key, java.security.Provider provider) -
Uses of PublicKeyVerify in com.google.crypto.tink.subtle
Classes in com.google.crypto.tink.subtle that implement PublicKeyVerify Modifier and Type Class Description classEcdsaVerifyJceECDSA verifying with JCE.classEd25519VerifyEd25519 verifying.classRsaSsaPkcs1VerifyJceRsaSsaPkcs1 (i.e.classRsaSsaPssVerifyJceRsaSsaPss (i.e.Methods in com.google.crypto.tink.subtle that return PublicKeyVerify Modifier and Type Method Description static PublicKeyVerifyEcdsaVerifyJce. create(EcdsaPublicKey key)static PublicKeyVerifyEd25519Verify. create(Ed25519PublicKey key)static PublicKeyVerifyRsaSsaPkcs1VerifyJce. create(RsaSsaPkcs1PublicKey key)static PublicKeyVerifyRsaSsaPssVerifyJce. create(RsaSsaPssPublicKey key)
-