jdk/src/share/classes/sun/security/pkcs11/P11DHKeyFactory.java
changeset 21278 ef8a3a2a72f2
parent 10336 0bb1999251f8
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
    36 import static sun.security.pkcs11.TemplateManager.*;
    36 import static sun.security.pkcs11.TemplateManager.*;
    37 import sun.security.pkcs11.wrapper.*;
    37 import sun.security.pkcs11.wrapper.*;
    38 import static sun.security.pkcs11.wrapper.PKCS11Constants.*;
    38 import static sun.security.pkcs11.wrapper.PKCS11Constants.*;
    39 
    39 
    40 /**
    40 /**
    41  * DH KeyFactory implemenation.
    41  * DH KeyFactory implementation.
    42  *
    42  *
    43  * @author  Andreas Sterbenz
    43  * @author  Andreas Sterbenz
    44  * @since   1.5
    44  * @since   1.5
    45  */
    45  */
    46 final class P11DHKeyFactory extends P11KeyFactory {
    46 final class P11DHKeyFactory extends P11KeyFactory {