Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Class TlsECDSASigner

java.lang.Object
  extended byorg.bouncycastle.crypto.tls.AbstractTlsSigner
      extended byorg.bouncycastle.crypto.tls.TlsDSASigner
          extended byorg.bouncycastle.crypto.tls.TlsECDSASigner
All Implemented Interfaces:
TlsSigner

Deprecated. Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).

public class TlsECDSASigner
extends TlsDSASigner


Field Summary
 
Fields inherited from class org.bouncycastle.crypto.tls.AbstractTlsSigner
context
 
Constructor Summary
TlsECDSASigner()
          Deprecated.  
 
Method Summary
protected  DSA createDSAImpl(short hashAlgorithm)
          Deprecated.  
protected  short getSignatureAlgorithm()
          Deprecated.  
 boolean isValidPublicKey(AsymmetricKeyParameter publicKey)
          Deprecated.  
 
Methods inherited from class org.bouncycastle.crypto.tls.TlsDSASigner
createSigner, createVerifyer, generateRawSignature, makeInitParameters, makeSigner, verifyRawSignature
 
Methods inherited from class org.bouncycastle.crypto.tls.AbstractTlsSigner
createSigner, createVerifyer, generateRawSignature, init, verifyRawSignature
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TlsECDSASigner

public TlsECDSASigner()
Deprecated. 
Method Detail

isValidPublicKey

public boolean isValidPublicKey(AsymmetricKeyParameter publicKey)
Deprecated. 

createDSAImpl

protected DSA createDSAImpl(short hashAlgorithm)
Deprecated. 
Specified by:
createDSAImpl in class TlsDSASigner

getSignatureAlgorithm

protected short getSignatureAlgorithm()
Deprecated. 
Specified by:
getSignatureAlgorithm in class TlsDSASigner

Bouncy Castle Cryptography Library 1.64