Uses of Interface
com.google.crypto.tink.PublicKeySign
-
Packages that use PublicKeySign Package Description com.google.crypto.tink.signature com.google.crypto.tink.signature.internal com.google.crypto.tink.subtle -
-
Uses of PublicKeySign in com.google.crypto.tink.signature
Methods in com.google.crypto.tink.signature that return PublicKeySign Modifier and Type Method Description static PublicKeySignPublicKeySignFactory. getPrimitive(KeysetHandle keysetHandle)Deprecated.UsekeysetHandle.getPrimitive(RegistryConfiguration.get(), PublicKeySign.class)after registering thePublicKeySignWrapperinstead.PublicKeySignPublicKeySignWrapper. wrap(KeysetHandleInterface keysetHandle, MonitoringAnnotations annotations, PrimitiveWrapper.PrimitiveFactory<PublicKeySign> factory)Methods in com.google.crypto.tink.signature that return types with arguments of type PublicKeySign Modifier and Type Method Description java.lang.Class<PublicKeySign>PublicKeySignWrapper. getInputPrimitiveClass()java.lang.Class<PublicKeySign>PublicKeySignWrapper. getPrimitiveClass()Method parameters in com.google.crypto.tink.signature with type arguments of type PublicKeySign Modifier and Type Method Description PublicKeySignPublicKeySignWrapper. wrap(KeysetHandleInterface keysetHandle, MonitoringAnnotations annotations, PrimitiveWrapper.PrimitiveFactory<PublicKeySign> factory) -
Uses of PublicKeySign in com.google.crypto.tink.signature.internal
Classes in com.google.crypto.tink.signature.internal that implement PublicKeySign Modifier and Type Class Description classEcdsaSignJceECDSA signing with JCE.classEd25519SignJceEd25519 signing using the JCE.classLegacyFullSignTakes an arbitrary raw PublicKeySign from the registry and creates a full PublicKeySign out of it.classRsaSsaPkcs1SignJceRsaSsaPkcs1 (i.e.classRsaSsaPssSignConscryptRSA SSA PSS signing with Conscrypt.Methods in com.google.crypto.tink.signature.internal that return PublicKeySign Modifier and Type Method Description static PublicKeySignEcdsaSignJce. create(EcdsaPrivateKey key)static PublicKeySignEd25519SignJce. create(Ed25519PrivateKey key)static PublicKeySignLegacyFullSign. create(LegacyProtoKey key)Creates the full primitive corresponding to the key.static PublicKeySignRsaSsaPkcs1SignJce. create(RsaSsaPkcs1PrivateKey key)static PublicKeySignRsaSsaPssSignConscrypt. create(RsaSsaPssPrivateKey key)static PublicKeySignEcdsaSignJce. createWithProvider(EcdsaPrivateKey key, java.security.Provider provider)Creates aPublicKeySignusing aProvider.static PublicKeySignEd25519SignJce. createWithProvider(Ed25519PrivateKey key, java.security.Provider provider)static PublicKeySignRsaSsaPkcs1SignJce. createWithProvider(RsaSsaPkcs1PrivateKey key, java.security.Provider provider)Creates aPublicKeySignusing aProvider.static PublicKeySignRsaSsaPssSignConscrypt. createWithProvider(RsaSsaPssPrivateKey key, java.security.Provider conscrypt) -
Uses of PublicKeySign in com.google.crypto.tink.subtle
Classes in com.google.crypto.tink.subtle that implement PublicKeySign Modifier and Type Class Description classEcdsaSignJceECDSA signing with JCE.classEd25519SignEd25519 signing.classRsaSsaPkcs1SignJceRsaSsaPkcs1 (i.e.classRsaSsaPssSignJceRsaSsaPss (i.e.Methods in com.google.crypto.tink.subtle that return PublicKeySign Modifier and Type Method Description static PublicKeySignEcdsaSignJce. create(EcdsaPrivateKey key)static PublicKeySignEd25519Sign. create(Ed25519PrivateKey key)static PublicKeySignRsaSsaPkcs1SignJce. create(RsaSsaPkcs1PrivateKey key)static PublicKeySignRsaSsaPssSignJce. create(RsaSsaPssPrivateKey key)
-