-
Bug
-
Resolution: Not an Issue
-
P4
-
None
-
None
All com.sun.org.apache.xml.internal.security.** and org.jcp.xml.dsig.internal.dom.** classes are JDK internal APIs that are not supported and should not be used. You should migrate to use the javax.xml.crypto.** APIs are the supported APIs.
com.sun.org.apache.xml.internal.security.utils.Base64 can be replaced with java.util.Base64 @since 8.
com.sun.org.apache.xml.internal.security.utils.Base64 can be replaced with java.util.Base64 @since 8.