< prev index next >

src/java.base/share/classes/javax/crypto/SealedObject.java

Print this page
rev 51958 : 8211122: Reduce the number of internal classes made accessible to jdk.unsupported
Reviewed-by: alanb, dfuchs, kvn

*** 23,33 **** * questions. */ package javax.crypto; ! import jdk.internal.misc.SharedSecrets; import java.io.*; import java.security.AlgorithmParameters; import java.security.Key; import java.security.InvalidKeyException; --- 23,33 ---- * questions. */ package javax.crypto; ! import jdk.internal.access.SharedSecrets; import java.io.*; import java.security.AlgorithmParameters; import java.security.Key; import java.security.InvalidKeyException;
< prev index next >