src/java.base/share/classes/com/sun/crypto/provider/SunJCE.java
branchJDK-8145252-TLS13-branch
changeset 56542 56aaa6cb3693
parent 48225 718669e6b375
child 50323 25d711fca885
equal deleted inserted replaced
56541:92cbbfc996f3 56542:56aaa6cb3693
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2018, 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
   130                             + "|OAEPWITHSHA1ANDMGF1PADDING"
   130                             + "|OAEPWITHSHA1ANDMGF1PADDING"
   131                             + "|OAEPWITHSHA-1ANDMGF1PADDING"
   131                             + "|OAEPWITHSHA-1ANDMGF1PADDING"
   132                             + "|OAEPWITHSHA-224ANDMGF1PADDING"
   132                             + "|OAEPWITHSHA-224ANDMGF1PADDING"
   133                             + "|OAEPWITHSHA-256ANDMGF1PADDING"
   133                             + "|OAEPWITHSHA-256ANDMGF1PADDING"
   134                             + "|OAEPWITHSHA-384ANDMGF1PADDING"
   134                             + "|OAEPWITHSHA-384ANDMGF1PADDING"
   135                             + "|OAEPWITHSHA-512ANDMGF1PADDING");
   135                             + "|OAEPWITHSHA-512ANDMGF1PADDING"
       
   136                             + "|OAEPWITHSHA-512/224ANDMGF1PADDING"
       
   137                             + "|OAEPWITHSHA-512/256ANDMGF1PADDING");
   136                     put("Cipher.RSA SupportedKeyClasses",
   138                     put("Cipher.RSA SupportedKeyClasses",
   137                             "java.security.interfaces.RSAPublicKey" +
   139                             "java.security.interfaces.RSAPublicKey" +
   138                             "|java.security.interfaces.RSAPrivateKey");
   140                             "|java.security.interfaces.RSAPrivateKey");
   139 
   141 
   140                     put("Cipher.DES", "com.sun.crypto.provider.DESCipher");
   142                     put("Cipher.DES", "com.sun.crypto.provider.DESCipher");