Home
last modified time | relevance | path

Searched defs:alertDescription (Results 1 – 25 of 41) sorted by relevance

12

/dports/java/bouncycastle15/crypto-169/tls/src/main/java/org/bouncycastle/tls/
H A DTlsFatalAlert.java6 private static String getMessage(short alertDescription, String detailMessage) in getMessage()
16 protected short alertDescription; field in TlsFatalAlert
18 public TlsFatalAlert(short alertDescription) in TlsFatalAlert()
23 public TlsFatalAlert(short alertDescription, String detailMessage) in TlsFatalAlert()
28 public TlsFatalAlert(short alertDescription, Throwable alertCause) in TlsFatalAlert()
33 public TlsFatalAlert(short alertDescription, String detailMessage, Throwable alertCause) in TlsFatalAlert()
H A DTlsFatalAlertReceived.java6 protected short alertDescription; field in TlsFatalAlertReceived
8 public TlsFatalAlertReceived(short alertDescription) in TlsFatalAlertReceived()
H A DAlertLevel.java11 public static String getName(short alertDescription) in getName()
24 public static String getText(short alertDescription) in getText()
H A DTlsPeer.java130 … void notifyAlertRaised(short alertLevel, short alertDescription, String message, Throwable cause); in notifyAlertRaised()
138 void notifyAlertReceived(short alertLevel, short alertDescription); in notifyAlertReceived()
H A DDTLSProtocol.java49 Hashtable serverExtensions, short alertDescription) throws IOException in evaluateMaxFragmentLengthExtension()
100 … protected static int validateSelectedCipherSuite(int selectedCipherSuite, short alertDescription) in validateSelectedCipherSuite()
H A DAbstractTlsPeer.java130 …public void notifyAlertRaised(short alertLevel, short alertDescription, String message, Throwable … in notifyAlertRaised()
134 public void notifyAlertReceived(short alertLevel, short alertDescription) in notifyAlertReceived()
H A DAlertDescription.java253 public static String getName(short alertDescription) in getName()
330 public static String getText(short alertDescription) in getText()
H A DDTLSRecordLayer.java382 void fail(short alertDescription) in fail()
414 void warn(short alertDescription, String message) in warn()
448 … private void raiseAlert(short alertLevel, short alertDescription, String message, Throwable cause) in raiseAlert()
607 short alertDescription = TlsUtils.readUint8(decoded.buf, decoded.off + 1); in processRecord() local
H A DTlsProtocol.java225 protected void handleAlertMessage(short alertLevel, short alertDescription) in handleAlertMessage()
242 protected void handleAlertWarningMessage(short alertDescription) in handleAlertWarningMessage()
299 protected void handleException(short alertDescription, String message, Throwable e) in handleException()
658 short alertDescription = alert[1]; in processAlertQueue() local
1480 protected void raiseAlertFatal(short alertDescription, String message, Throwable cause) in raiseAlertFatal()
1497 protected void raiseAlertWarning(short alertDescription, String message) in raiseAlertWarning()
1713 short alertDescription) in processMaxFragmentLengthExtension()
H A DRecordStream.java418 private static void checkLength(int length, int limit, short alertDescription) in checkLength()
518 synchronized long nextValue(short alertDescription) throws TlsFatalAlert in nextValue()
/dports/java/bouncycastle15/crypto-169/tls/src/test/java/org/bouncycastle/tls/test/
H A DTlsTestServerImpl.java117 …public void notifyAlertRaised(short alertLevel, short alertDescription, String message, Throwable … in notifyAlertRaised()
141 public void notifyAlertReceived(short alertLevel, short alertDescription) in notifyAlertReceived()
241 short alertDescription = TlsUtils.isTLSv13(context) in notifyClientCertificate() local
H A DMockDTLSClient.java47 …public void notifyAlertRaised(short alertLevel, short alertDescription, String message, Throwable … in notifyAlertRaised()
62 public void notifyAlertReceived(short alertLevel, short alertDescription) in notifyAlertReceived()
H A DMockPSKDTLSClient.java52 …public void notifyAlertRaised(short alertLevel, short alertDescription, String message, Throwable … in notifyAlertRaised()
67 public void notifyAlertReceived(short alertLevel, short alertDescription) in notifyAlertReceived()
H A DMockPSKDTLSServer.java26 …public void notifyAlertRaised(short alertLevel, short alertDescription, String message, Throwable … in notifyAlertRaised()
41 public void notifyAlertReceived(short alertLevel, short alertDescription) in notifyAlertReceived()
H A DMockSRPTlsClient.java41 …public void notifyAlertRaised(short alertLevel, short alertDescription, String message, Throwable … in notifyAlertRaised()
56 public void notifyAlertReceived(short alertLevel, short alertDescription) in notifyAlertReceived()
H A DMockPSKTlsServer.java38 …public void notifyAlertRaised(short alertLevel, short alertDescription, String message, Throwable … in notifyAlertRaised()
53 public void notifyAlertReceived(short alertLevel, short alertDescription) in notifyAlertReceived()
H A DMockPSKTlsClient.java62 …public void notifyAlertRaised(short alertLevel, short alertDescription, String message, Throwable … in notifyAlertRaised()
77 public void notifyAlertReceived(short alertLevel, short alertDescription) in notifyAlertReceived()
H A DMockTlsClient.java57 …public void notifyAlertRaised(short alertLevel, short alertDescription, String message, Throwable … in notifyAlertRaised()
72 public void notifyAlertReceived(short alertLevel, short alertDescription) in notifyAlertReceived()
H A DMockDTLSServer.java34 …public void notifyAlertRaised(short alertLevel, short alertDescription, String message, Throwable … in notifyAlertRaised()
49 public void notifyAlertReceived(short alertLevel, short alertDescription) in notifyAlertReceived()
H A DMockTlsServer.java43 …public void notifyAlertRaised(short alertLevel, short alertDescription, String message, Throwable … in notifyAlertRaised()
58 public void notifyAlertReceived(short alertLevel, short alertDescription) in notifyAlertReceived()
H A DBasicTlsTest.java149 …public void notifyAlertRaised(short alertLevel, short alertDescription, String message, Throwable … in notifyAlertRaised()
163 public void notifyAlertReceived(short alertLevel, short alertDescription) in notifyAlertReceived()
H A DTlsTestConfig.java146 public void expectClientFatalAlert(short alertDescription) in expectClientFatalAlert()
152 public void expectServerFatalAlert(short alertDescription) in expectServerFatalAlert()
H A DMockSRPTlsServer.java46 …public void notifyAlertRaised(short alertLevel, short alertDescription, String message, Throwable … in notifyAlertRaised()
61 public void notifyAlertReceived(short alertLevel, short alertDescription) in notifyAlertReceived()
H A DTlsTestClientImpl.java142 …public void notifyAlertRaised(short alertLevel, short alertDescription, String message, Throwable … in notifyAlertRaised()
166 public void notifyAlertReceived(short alertLevel, short alertDescription) in notifyAlertReceived()
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/pion/dtls/v2/
H A Dalert.go23 type alertDescription byte type
122 alertDescription alertDescription member

12