jdk/src/share/classes/java/security/spec/PSSParameterSpec.java
changeset 12685 8a448b5b9006
parent 5506 202f599c92aa
child 18552 005e115dc6ee
equal deleted inserted replaced
12676:3b7fae360d04 12685:8a448b5b9006
     1 /*
     1 /*
     2  * Copyright (c) 2001, 2006, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2001, 2012, 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
    45  * </pre>
    45  * </pre>
    46  * where
    46  * where
    47  * <pre>
    47  * <pre>
    48  * OAEP-PSSDigestAlgorithms    ALGORITHM-IDENTIFIER ::= {
    48  * OAEP-PSSDigestAlgorithms    ALGORITHM-IDENTIFIER ::= {
    49  *   { OID id-sha1 PARAMETERS NULL   }|
    49  *   { OID id-sha1 PARAMETERS NULL   }|
       
    50  *   { OID id-sha224 PARAMETERS NULL   }|
    50  *   { OID id-sha256 PARAMETERS NULL }|
    51  *   { OID id-sha256 PARAMETERS NULL }|
    51  *   { OID id-sha384 PARAMETERS NULL }|
    52  *   { OID id-sha384 PARAMETERS NULL }|
    52  *   { OID id-sha512 PARAMETERS NULL },
    53  *   { OID id-sha512 PARAMETERS NULL },
    53  *   ...  -- Allows for future expansion --
    54  *   ...  -- Allows for future expansion --
    54  * }
    55  * }