< prev index next >

src/java.base/share/classes/java/security/interfaces/RSAMultiPrimePrivateCrtKey.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2001, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 28,39 **** import java.math.BigInteger; import java.security.spec.RSAOtherPrimeInfo; /** * The interface to an RSA multi-prime private key, as defined in the ! * PKCS#1 v2.1, using the <i>Chinese Remainder Theorem</i> ! * (CRT) information values. * * @author Valerie Peng * * * @see java.security.spec.RSAPrivateKeySpec --- 28,39 ---- import java.math.BigInteger; import java.security.spec.RSAOtherPrimeInfo; /** * The interface to an RSA multi-prime private key, as defined in the ! * <a href="https://tools.ietf.org/rfc/rfc8017.txt">PKCS#1 v2.2</a> standard, ! * using the <i>Chinese Remainder Theorem</i> (CRT) information values. * * @author Valerie Peng * * * @see java.security.spec.RSAPrivateKeySpec
< prev index next >