src/java.base/share/classes/javax/crypto/KeyGenerator.java
changeset 59059 27a266d5fb13
parent 47216 71c04702a3d5
equal deleted inserted replaced
59058:3f57daa2d6eb 59059:27a266d5fb13
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2019, 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
    95  * <p> Every implementation of the Java platform is required to support the
    95  * <p> Every implementation of the Java platform is required to support the
    96  * following standard {@code KeyGenerator} algorithms with the keysizes in
    96  * following standard {@code KeyGenerator} algorithms with the keysizes in
    97  * parentheses:
    97  * parentheses:
    98  * <ul>
    98  * <ul>
    99  * <li>{@code AES} (128)</li>
    99  * <li>{@code AES} (128)</li>
   100  * <li>{@code DES} (56)</li>
       
   101  * <li>{@code DESede} (168)</li>
   100  * <li>{@code DESede} (168)</li>
   102  * <li>{@code HmacSHA1}</li>
   101  * <li>{@code HmacSHA1}</li>
   103  * <li>{@code HmacSHA256}</li>
   102  * <li>{@code HmacSHA256}</li>
   104  * </ul>
   103  * </ul>
   105  * These algorithms are described in the <a href=
   104  * These algorithms are described in the <a href=