Class Es512
- 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.Es512
-
public class Es512 extends Ecdsa
-
-
Field Summary
Fields Modifier and Type Field Description static StringALGORITHM_NAME
-
Constructor Summary
Constructors Constructor Description Es512()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCoordLength()intgetDigestLength()-
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:
getDigestLengthin classEcdsa
-
getCoordLength
public int getCoordLength()
- Specified by:
getCoordLengthin classEcdsa
-
-