jdk/src/java.base/share/classes/sun/security/ssl/Handshaker.java
changeset 31712 e4d5230193da
parent 30904 ec0224270f90
child 32649 2ee9017c7597
equal deleted inserted replaced
31711:cca718f2fcf0 31712:e4d5230193da
     1 /*
     1 /*
     2  * Copyright (c) 1996, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1996, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    85 
    85 
    86     // The endpoint identification protocol
    86     // The endpoint identification protocol
    87     String                      identificationProtocol;
    87     String                      identificationProtocol;
    88 
    88 
    89     // The cryptographic algorithm constraints
    89     // The cryptographic algorithm constraints
    90     private AlgorithmConstraints    algorithmConstraints = null;
    90     AlgorithmConstraints        algorithmConstraints = null;
    91 
    91 
    92     // Local supported signature and algorithms
    92     // Local supported signature and algorithms
    93     Collection<SignatureAndHashAlgorithm> localSupportedSignAlgs;
    93     Collection<SignatureAndHashAlgorithm> localSupportedSignAlgs;
    94 
    94 
    95     // Peer supported signature and algorithms
    95     // Peer supported signature and algorithms