public abstract class Ecdsa extends AsymmetricSignatureAlgorithm
protected
Ecdsa()
ISignatureTransform
createSignatureTransform(KeyPair key, Provider provider)
abstract int
getCoordLength()
getDigestLength()
getName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected Ecdsa()
public ISignatureTransform createSignatureTransform(KeyPair key, Provider provider)
public abstract int getDigestLength()
public abstract int getCoordLength()
/** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for * license information. */