Uses of Class
com.google.crypto.tink.subtle.EllipticCurves.EcdsaEncoding
-
Packages that use EllipticCurves.EcdsaEncoding Package Description com.google.crypto.tink.signature.internal com.google.crypto.tink.subtle -
-
Uses of EllipticCurves.EcdsaEncoding in com.google.crypto.tink.signature.internal
Methods in com.google.crypto.tink.signature.internal that return EllipticCurves.EcdsaEncoding Modifier and Type Method Description static EllipticCurves.EcdsaEncodingSigUtil. toEcdsaEncoding(com.google.crypto.tink.proto.EcdsaSignatureEncoding encoding)Converts protobuf enumEcdsaSignatureEncodingto raw Java enum {code EllipticCurves.EcdsaEncoding}.Constructors in com.google.crypto.tink.signature.internal with parameters of type EllipticCurves.EcdsaEncoding Constructor Description EcdsaSignJce(java.security.interfaces.ECPrivateKey privateKey, Enums.HashType hash, EllipticCurves.EcdsaEncoding encoding)EcdsaVerifyJce(java.security.interfaces.ECPublicKey publicKey, Enums.HashType hash, EllipticCurves.EcdsaEncoding encoding) -
Uses of EllipticCurves.EcdsaEncoding in com.google.crypto.tink.subtle
Methods in com.google.crypto.tink.subtle that return EllipticCurves.EcdsaEncoding Modifier and Type Method Description static EllipticCurves.EcdsaEncodingEllipticCurves.EcdsaEncoding. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EllipticCurves.EcdsaEncoding[]EllipticCurves.EcdsaEncoding. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.crypto.tink.subtle with parameters of type EllipticCurves.EcdsaEncoding Modifier and Type Method Description static voidSelfKeyTestValidators. validateEcdsa(java.security.interfaces.ECPrivateKey privateKey, java.security.interfaces.ECPublicKey publicKey, Enums.HashType hash, EllipticCurves.EcdsaEncoding encoding)Constructors in com.google.crypto.tink.subtle with parameters of type EllipticCurves.EcdsaEncoding Constructor Description EcdsaSignJce(java.security.interfaces.ECPrivateKey privateKey, Enums.HashType hash, EllipticCurves.EcdsaEncoding encoding)EcdsaVerifyJce(java.security.interfaces.ECPublicKey publicKey, Enums.HashType hash, EllipticCurves.EcdsaEncoding encoding)
-