Searched defs:algorithms (Results 1 - 24 of 24) sorted by relevance

/openjdk10/jdk/src/java.base/share/classes/sun/security/util/
H A DAbstractAlgorithmConstraints.java76 static boolean checkAlgorithm(String[] algorithms, String algorithm, argument
/openjdk10/jdk/src/java.base/share/classes/sun/security/ssl/
H A DSignatureAlgorithmsExtension.java58 private Collection<SignatureAndHashAlgorithm> algorithms; field in class:SignatureAlgorithmsExtension
H A DSignatureAndHashAlgorithm.java183 getAlgorithmNames( Collection<SignatureAndHashAlgorithm> algorithms) argument
196 getHashAlgorithmNames( Collection<SignatureAndHashAlgorithm> algorithms) argument
231 getPreferableAlgorithm( Collection<SignatureAndHashAlgorithm> algorithms, String expected) argument
238 getPreferableAlgorithm( Collection<SignatureAndHashAlgorithm> algorithms, String expected, PrivateKey signingKey) argument
[all...]
H A DSSLSessionImpl.java159 SSLSessionImpl(ProtocolVersion protocolVersion, CipherSuite cipherSuite, Collection<SignatureAndHashAlgorithm> algorithms, SecureRandom generator, String host, int port) argument
169 SSLSessionImpl(ProtocolVersion protocolVersion, CipherSuite cipherSuite, Collection<SignatureAndHashAlgorithm> algorithms, SessionId id, String host, int port) argument
220 setPeerSupportedSignatureAlgorithms( Collection<SignatureAndHashAlgorithm> algorithms) argument
H A DHandshaker.java456 setPeerSupportedSignAlgs( Collection<SignatureAndHashAlgorithm> algorithms) argument
H A DHandshakeMessage.java1715 private Collection<SignatureAndHashAlgorithm> algorithms; field in class:HandshakeMessage.CertificateRequest
385 addSignatureAlgorithmsExtension( Collection<SignatureAndHashAlgorithm> algorithms) argument
[all...]
/openjdk10/jdk/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/algorithms/
H A DAlgorithm.java
H A DClassLoaderUtils.java
H A DSignatureAlgorithm.java[all...]
H A DSignatureAlgorithmSpi.java
H A DJCEMapper.java
H A DMessageDigestAlgorithm.java
/openjdk10/jdk/src/java.base/share/classes/sun/security/jca/
H A DGetInstance.java123 getServices(String type, List<String> algorithms) argument
H A DProviderList.java407 public List<Service> getServices(String type, List<String> algorithms) { argument
/openjdk10/jdk/test/sun/security/ssl/SSLSocketImpl/
H A DSetClientMode.java56 private static String[] algorithms = {"TLS", "SSL", "SSLv3", "TLS"}; field in class:SetClientMode
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/org/jvnet/fastinfoset/
H A DFastInfosetParser.java125 public void setRegisteredEncodingAlgorithms(Map algorithms); argument
H A DFastInfosetSerializer.java221 public void setRegisteredEncodingAlgorithms(Map algorithms); argument
/openjdk10/jdk/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/algorithms/implementations/
H A DSignatureBaseRSA.java[all...]
H A DSignatureDSA.java[all...]
H A DIntegrityHmac.java[all...]
H A DSignatureECDSA.java[all...]
/openjdk10/jdk/test/com/sun/crypto/provider/Cipher/KeyWrap/
H A DTestCipherKeyWrapperTest.java252 private void wrapperPublicPriviteKeyTest(Provider p, String[] algorithms) argument
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/fastinfoset/
H A DDecoder.java320 public void setRegisteredEncodingAlgorithms(Map algorithms) { argument
H A DEncoder.java373 public void setRegisteredEncodingAlgorithms(Map algorithms) { argument

Completed in 280 milliseconds