Loading api/current.txt +30 −0 Original line number Diff line number Diff line Loading @@ -60025,6 +60025,7 @@ package javax.net.ssl { ctor public ExtendedSSLSession(); method public abstract java.lang.String[] getLocalSupportedSignatureAlgorithms(); method public abstract java.lang.String[] getPeerSupportedSignatureAlgorithms(); method public java.util.List<javax.net.ssl.SNIServerName> getRequestedServerNames(); } public class HandshakeCompletedEvent extends java.util.EventObject { Loading Loading @@ -60097,6 +60098,25 @@ package javax.net.ssl { public abstract interface ManagerFactoryParameters { } public final class SNIHostName extends javax.net.ssl.SNIServerName { ctor public SNIHostName(java.lang.String); ctor public SNIHostName(byte[]); method public static javax.net.ssl.SNIMatcher createSNIMatcher(java.lang.String); method public java.lang.String getAsciiName(); } public abstract class SNIMatcher { ctor protected SNIMatcher(int); method public final int getType(); method public abstract boolean matches(javax.net.ssl.SNIServerName); } public abstract class SNIServerName { ctor protected SNIServerName(int, byte[]); method public final byte[] getEncoded(); method public final int getType(); } public class SSLContext { ctor protected SSLContext(javax.net.ssl.SSLContextSpi, java.security.Provider, java.lang.String); method public final javax.net.ssl.SSLEngine createSSLEngine(); Loading Loading @@ -60218,12 +60238,18 @@ package javax.net.ssl { method public java.lang.String getEndpointIdentificationAlgorithm(); method public boolean getNeedClientAuth(); method public java.lang.String[] getProtocols(); method public final java.util.Collection<javax.net.ssl.SNIMatcher> getSNIMatchers(); method public final java.util.List<javax.net.ssl.SNIServerName> getServerNames(); method public final boolean getUseCipherSuitesOrder(); method public boolean getWantClientAuth(); method public void setAlgorithmConstraints(java.security.AlgorithmConstraints); method public void setCipherSuites(java.lang.String[]); method public void setEndpointIdentificationAlgorithm(java.lang.String); method public void setNeedClientAuth(boolean); method public void setProtocols(java.lang.String[]); method public final void setSNIMatchers(java.util.Collection<javax.net.ssl.SNIMatcher>); method public final void setServerNames(java.util.List<javax.net.ssl.SNIServerName>); method public final void setUseCipherSuitesOrder(boolean); method public void setWantClientAuth(boolean); } Loading Loading @@ -60351,6 +60377,10 @@ package javax.net.ssl { method public abstract java.lang.String[] getSupportedCipherSuites(); } public final class StandardConstants { field public static final int SNI_HOST_NAME = 0; // 0x0 } public abstract interface TrustManager { } api/system-current.txt +30 −0 Original line number Diff line number Diff line Loading @@ -62643,6 +62643,7 @@ package javax.net.ssl { ctor public ExtendedSSLSession(); method public abstract java.lang.String[] getLocalSupportedSignatureAlgorithms(); method public abstract java.lang.String[] getPeerSupportedSignatureAlgorithms(); method public java.util.List<javax.net.ssl.SNIServerName> getRequestedServerNames(); } public class HandshakeCompletedEvent extends java.util.EventObject { Loading Loading @@ -62715,6 +62716,25 @@ package javax.net.ssl { public abstract interface ManagerFactoryParameters { } public final class SNIHostName extends javax.net.ssl.SNIServerName { ctor public SNIHostName(java.lang.String); ctor public SNIHostName(byte[]); method public static javax.net.ssl.SNIMatcher createSNIMatcher(java.lang.String); method public java.lang.String getAsciiName(); } public abstract class SNIMatcher { ctor protected SNIMatcher(int); method public final int getType(); method public abstract boolean matches(javax.net.ssl.SNIServerName); } public abstract class SNIServerName { ctor protected SNIServerName(int, byte[]); method public final byte[] getEncoded(); method public final int getType(); } public class SSLContext { ctor protected SSLContext(javax.net.ssl.SSLContextSpi, java.security.Provider, java.lang.String); method public final javax.net.ssl.SSLEngine createSSLEngine(); Loading Loading @@ -62836,12 +62856,18 @@ package javax.net.ssl { method public java.lang.String getEndpointIdentificationAlgorithm(); method public boolean getNeedClientAuth(); method public java.lang.String[] getProtocols(); method public final java.util.Collection<javax.net.ssl.SNIMatcher> getSNIMatchers(); method public final java.util.List<javax.net.ssl.SNIServerName> getServerNames(); method public final boolean getUseCipherSuitesOrder(); method public boolean getWantClientAuth(); method public void setAlgorithmConstraints(java.security.AlgorithmConstraints); method public void setCipherSuites(java.lang.String[]); method public void setEndpointIdentificationAlgorithm(java.lang.String); method public void setNeedClientAuth(boolean); method public void setProtocols(java.lang.String[]); method public final void setSNIMatchers(java.util.Collection<javax.net.ssl.SNIMatcher>); method public final void setServerNames(java.util.List<javax.net.ssl.SNIServerName>); method public final void setUseCipherSuitesOrder(boolean); method public void setWantClientAuth(boolean); } Loading Loading @@ -62969,6 +62995,10 @@ package javax.net.ssl { method public abstract java.lang.String[] getSupportedCipherSuites(); } public final class StandardConstants { field public static final int SNI_HOST_NAME = 0; // 0x0 } public abstract interface TrustManager { } Loading
api/current.txt +30 −0 Original line number Diff line number Diff line Loading @@ -60025,6 +60025,7 @@ package javax.net.ssl { ctor public ExtendedSSLSession(); method public abstract java.lang.String[] getLocalSupportedSignatureAlgorithms(); method public abstract java.lang.String[] getPeerSupportedSignatureAlgorithms(); method public java.util.List<javax.net.ssl.SNIServerName> getRequestedServerNames(); } public class HandshakeCompletedEvent extends java.util.EventObject { Loading Loading @@ -60097,6 +60098,25 @@ package javax.net.ssl { public abstract interface ManagerFactoryParameters { } public final class SNIHostName extends javax.net.ssl.SNIServerName { ctor public SNIHostName(java.lang.String); ctor public SNIHostName(byte[]); method public static javax.net.ssl.SNIMatcher createSNIMatcher(java.lang.String); method public java.lang.String getAsciiName(); } public abstract class SNIMatcher { ctor protected SNIMatcher(int); method public final int getType(); method public abstract boolean matches(javax.net.ssl.SNIServerName); } public abstract class SNIServerName { ctor protected SNIServerName(int, byte[]); method public final byte[] getEncoded(); method public final int getType(); } public class SSLContext { ctor protected SSLContext(javax.net.ssl.SSLContextSpi, java.security.Provider, java.lang.String); method public final javax.net.ssl.SSLEngine createSSLEngine(); Loading Loading @@ -60218,12 +60238,18 @@ package javax.net.ssl { method public java.lang.String getEndpointIdentificationAlgorithm(); method public boolean getNeedClientAuth(); method public java.lang.String[] getProtocols(); method public final java.util.Collection<javax.net.ssl.SNIMatcher> getSNIMatchers(); method public final java.util.List<javax.net.ssl.SNIServerName> getServerNames(); method public final boolean getUseCipherSuitesOrder(); method public boolean getWantClientAuth(); method public void setAlgorithmConstraints(java.security.AlgorithmConstraints); method public void setCipherSuites(java.lang.String[]); method public void setEndpointIdentificationAlgorithm(java.lang.String); method public void setNeedClientAuth(boolean); method public void setProtocols(java.lang.String[]); method public final void setSNIMatchers(java.util.Collection<javax.net.ssl.SNIMatcher>); method public final void setServerNames(java.util.List<javax.net.ssl.SNIServerName>); method public final void setUseCipherSuitesOrder(boolean); method public void setWantClientAuth(boolean); } Loading Loading @@ -60351,6 +60377,10 @@ package javax.net.ssl { method public abstract java.lang.String[] getSupportedCipherSuites(); } public final class StandardConstants { field public static final int SNI_HOST_NAME = 0; // 0x0 } public abstract interface TrustManager { }
api/system-current.txt +30 −0 Original line number Diff line number Diff line Loading @@ -62643,6 +62643,7 @@ package javax.net.ssl { ctor public ExtendedSSLSession(); method public abstract java.lang.String[] getLocalSupportedSignatureAlgorithms(); method public abstract java.lang.String[] getPeerSupportedSignatureAlgorithms(); method public java.util.List<javax.net.ssl.SNIServerName> getRequestedServerNames(); } public class HandshakeCompletedEvent extends java.util.EventObject { Loading Loading @@ -62715,6 +62716,25 @@ package javax.net.ssl { public abstract interface ManagerFactoryParameters { } public final class SNIHostName extends javax.net.ssl.SNIServerName { ctor public SNIHostName(java.lang.String); ctor public SNIHostName(byte[]); method public static javax.net.ssl.SNIMatcher createSNIMatcher(java.lang.String); method public java.lang.String getAsciiName(); } public abstract class SNIMatcher { ctor protected SNIMatcher(int); method public final int getType(); method public abstract boolean matches(javax.net.ssl.SNIServerName); } public abstract class SNIServerName { ctor protected SNIServerName(int, byte[]); method public final byte[] getEncoded(); method public final int getType(); } public class SSLContext { ctor protected SSLContext(javax.net.ssl.SSLContextSpi, java.security.Provider, java.lang.String); method public final javax.net.ssl.SSLEngine createSSLEngine(); Loading Loading @@ -62836,12 +62856,18 @@ package javax.net.ssl { method public java.lang.String getEndpointIdentificationAlgorithm(); method public boolean getNeedClientAuth(); method public java.lang.String[] getProtocols(); method public final java.util.Collection<javax.net.ssl.SNIMatcher> getSNIMatchers(); method public final java.util.List<javax.net.ssl.SNIServerName> getServerNames(); method public final boolean getUseCipherSuitesOrder(); method public boolean getWantClientAuth(); method public void setAlgorithmConstraints(java.security.AlgorithmConstraints); method public void setCipherSuites(java.lang.String[]); method public void setEndpointIdentificationAlgorithm(java.lang.String); method public void setNeedClientAuth(boolean); method public void setProtocols(java.lang.String[]); method public final void setSNIMatchers(java.util.Collection<javax.net.ssl.SNIMatcher>); method public final void setServerNames(java.util.List<javax.net.ssl.SNIServerName>); method public final void setUseCipherSuitesOrder(boolean); method public void setWantClientAuth(boolean); } Loading Loading @@ -62969,6 +62995,10 @@ package javax.net.ssl { method public abstract java.lang.String[] getSupportedCipherSuites(); } public final class StandardConstants { field public static final int SNI_HOST_NAME = 0; // 0x0 } public abstract interface TrustManager { }