Class Es256
- java.lang.Object
-
- com.microsoft.azure.keyvault.cryptography.Algorithm
-
- com.microsoft.azure.keyvault.cryptography.SignatureAlgorithm
-
- com.microsoft.azure.keyvault.cryptography.AsymmetricSignatureAlgorithm
-
- com.microsoft.azure.keyvault.cryptography.algorithms.Ecdsa
-
- com.microsoft.azure.keyvault.cryptography.algorithms.Es256
-
public class Es256 extends Ecdsa
-
-
Field Summary
Fields Modifier and Type Field Description static String
ALGORITHM_NAME
-
Constructor Summary
Constructors Constructor Description Es256()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCoordLength()
int
getDigestLength()
-
Methods inherited from class com.microsoft.azure.keyvault.cryptography.algorithms.Ecdsa
createSignatureTransform
-
-
-
-
Field Detail
-
ALGORITHM_NAME
public static final String ALGORITHM_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDigestLength
public int getDigestLength()
- Specified by:
getDigestLength
in classEcdsa
-
getCoordLength
public int getCoordLength()
- Specified by:
getCoordLength
in classEcdsa
-
-