org.bouncycastle.crypto.tls
Class DTLSProtocol
java.lang.Object
|
+--org.bouncycastle.crypto.tls.DTLSProtocol
- Direct Known Subclasses:
- DTLSClientProtocol, DTLSServerProtocol
Deprecated. Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).
- public abstract class DTLSProtocol
- extends java.lang.Object
Field Summary |
protected java.security.SecureRandom |
secureRandom
Deprecated. |
Constructor Summary |
protected |
DTLSProtocol(java.security.SecureRandom secureRandom)
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
secureRandom
protected final java.security.SecureRandom secureRandom
- Deprecated.
DTLSProtocol
protected DTLSProtocol(java.security.SecureRandom secureRandom)
- Deprecated.
processFinished
protected void processFinished(byte[] body,
byte[] expected_verify_data)
throws java.io.IOException
- Deprecated.
applyMaxFragmentLengthExtension
protected static void applyMaxFragmentLengthExtension(org.bouncycastle.crypto.tls.DTLSRecordLayer recordLayer,
short maxFragmentLength)
throws java.io.IOException
- Deprecated.
evaluateMaxFragmentLengthExtension
protected static short evaluateMaxFragmentLengthExtension(boolean resumedSession,
java.util.Hashtable clientExtensions,
java.util.Hashtable serverExtensions,
short alertDescription)
throws java.io.IOException
- Deprecated.
generateCertificate
protected static byte[] generateCertificate(Certificate certificate)
throws java.io.IOException
- Deprecated.
generateSupplementalData
protected static byte[] generateSupplementalData(java.util.Vector supplementalData)
throws java.io.IOException
- Deprecated.
validateSelectedCipherSuite
protected static void validateSelectedCipherSuite(int selectedCipherSuite,
short alertDescription)
throws java.io.IOException
- Deprecated.