jdk/src/share/classes/com/sun/crypto/provider/TlsKeyMaterialGenerator.java
changeset 10336 0bb1999251f8
parent 7043 5e2d1edeb2c7
child 16045 9d08c3b9a6a0
equal deleted inserted replaced
10335:3c7eda3ab2f5 10336:0bb1999251f8
     1 /*
     1 /*
     2  * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2005, 2011, 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
    29 import java.security.spec.AlgorithmParameterSpec;
    29 import java.security.spec.AlgorithmParameterSpec;
    30 
    30 
    31 import javax.crypto.*;
    31 import javax.crypto.*;
    32 import javax.crypto.spec.*;
    32 import javax.crypto.spec.*;
    33 
    33 
    34 import sun.security.internal.interfaces.TlsMasterSecret;
       
    35 import sun.security.internal.spec.*;
    34 import sun.security.internal.spec.*;
    36 
    35 
    37 import static com.sun.crypto.provider.TlsPrfGenerator.*;
    36 import static com.sun.crypto.provider.TlsPrfGenerator.*;
    38 
    37 
    39 /**
    38 /**