Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Class TlsECDSASigner

java.lang.Object
  |
  +--org.bouncycastle.crypto.tls.AbstractTlsSigner
        |
        +--org.bouncycastle.crypto.tls.TlsDSASigner
              |
              +--org.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


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. 
Overrides:
createDSAImpl in class TlsDSASigner

getSignatureAlgorithm

protected short getSignatureAlgorithm()
Deprecated. 
Overrides:
getSignatureAlgorithm in class TlsDSASigner

Bouncy Castle Cryptography Library 1.64