Bouncy Castle Cryptography Library 1.49

org.bouncycastle.crypto.tls
Class AbstractTlsSigner

java.lang.Object
  extended by org.bouncycastle.crypto.tls.AbstractTlsSigner
All Implemented Interfaces:
TlsSigner
Direct Known Subclasses:
TlsDSASigner, TlsRSASigner

public abstract class AbstractTlsSigner
extends java.lang.Object
implements TlsSigner


Field Summary
protected  TlsContext context
           
 
Constructor Summary
AbstractTlsSigner()
           
 
Method Summary
 void init(TlsContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.bouncycastle.crypto.tls.TlsSigner
createSigner, createVerifyer, generateRawSignature, isValidPublicKey, verifyRawSignature
 

Field Detail

context

protected TlsContext context
Constructor Detail

AbstractTlsSigner

public AbstractTlsSigner()
Method Detail

init

public void init(TlsContext context)
Specified by:
init in interface TlsSigner

Bouncy Castle Cryptography Library 1.49