src/java.base/share/classes/javax/crypto/Mac.java
changeset 59059 27a266d5fb13
parent 47216 71c04702a3d5
equal deleted inserted replaced
59058:3f57daa2d6eb 59059:27a266d5fb13
     1 /*
     1 /*
     2  * Copyright (c) 1998, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1998, 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
    54  * specified in RFC 2104.
    54  * specified in RFC 2104.
    55  *
    55  *
    56  * <p> Every implementation of the Java platform is required to support
    56  * <p> Every implementation of the Java platform is required to support
    57  * the following standard {@code Mac} algorithms:
    57  * the following standard {@code Mac} algorithms:
    58  * <ul>
    58  * <ul>
    59  * <li>{@code HmacMD5}</li>
       
    60  * <li>{@code HmacSHA1}</li>
    59  * <li>{@code HmacSHA1}</li>
    61  * <li>{@code HmacSHA256}</li>
    60  * <li>{@code HmacSHA256}</li>
    62  * </ul>
    61  * </ul>
    63  * These algorithms are described in the
    62  * These algorithms are described in the
    64  * <a href="{@docRoot}/../specs/security/standard-names.html#mac-algorithms">
    63  * <a href="{@docRoot}/../specs/security/standard-names.html#mac-algorithms">