Uses of Class
com.google.crypto.tink.signature.EcdsaPublicKey
-
Packages that use EcdsaPublicKey Package Description com.google.crypto.tink.signature com.google.crypto.tink.signature.internal com.google.crypto.tink.subtle -
-
Uses of EcdsaPublicKey in com.google.crypto.tink.signature
Methods in com.google.crypto.tink.signature that return EcdsaPublicKey Modifier and Type Method Description EcdsaPublicKeyEcdsaPublicKey.Builder. build()EcdsaPublicKeyEcdsaPrivateKey. getPublicKey()Methods in com.google.crypto.tink.signature with parameters of type EcdsaPublicKey Modifier and Type Method Description EcdsaPrivateKey.BuilderEcdsaPrivateKey.Builder. setPublicKey(EcdsaPublicKey publicKey) -
Uses of EcdsaPublicKey in com.google.crypto.tink.signature.internal
Methods in com.google.crypto.tink.signature.internal with parameters of type EcdsaPublicKey Modifier and Type Method Description static PublicKeyVerifyEcdsaVerifyJce. create(EcdsaPublicKey key)static PublicKeyVerifyEcdsaVerifyJce. createWithProvider(EcdsaPublicKey key, java.security.Provider provider)Creates aPublicKeyVerifyusing aProvider.static PublicKeyVerifyEcdsaVerifyJce. createWithProviderOrNull(EcdsaPublicKey key, java.security.Provider provider) -
Uses of EcdsaPublicKey in com.google.crypto.tink.subtle
Methods in com.google.crypto.tink.subtle with parameters of type EcdsaPublicKey Modifier and Type Method Description static PublicKeyVerifyEcdsaVerifyJce. create(EcdsaPublicKey key)
-