org.bouncycastle.crypto.tls
Class AbstractTlsSigner
java.lang.Object
|
+--org.bouncycastle.crypto.tls.AbstractTlsSigner
- All Implemented Interfaces:
- TlsSigner
- Direct Known Subclasses:
- TlsDSASigner, TlsRSASigner
Deprecated. Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).
- public abstract class AbstractTlsSigner
- extends java.lang.Object
- implements TlsSigner
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
context
protected TlsContext context
- Deprecated.
AbstractTlsSigner
public AbstractTlsSigner()
- Deprecated.
init
public void init(TlsContext context)
- Deprecated.
- Specified by:
init
in interface TlsSigner
generateRawSignature
public byte[] generateRawSignature(AsymmetricKeyParameter privateKey,
byte[] md5AndSha1)
throws CryptoException
- Deprecated.
- Specified by:
generateRawSignature
in interface TlsSigner
verifyRawSignature
public boolean verifyRawSignature(byte[] sigBytes,
AsymmetricKeyParameter publicKey,
byte[] md5AndSha1)
throws CryptoException
- Deprecated.
- Specified by:
verifyRawSignature
in interface TlsSigner
createSigner
public Signer createSigner(AsymmetricKeyParameter privateKey)
- Deprecated.
- Specified by:
createSigner
in interface TlsSigner
createVerifyer
public Signer createVerifyer(AsymmetricKeyParameter publicKey)
- Deprecated.
- Specified by:
createVerifyer
in interface TlsSigner