提交 c81f3264 编写于 作者: S sherman

Merge

...@@ -51,7 +51,7 @@ public final class Provider extends java.security.Provider { ...@@ -51,7 +51,7 @@ public final class Provider extends java.security.Provider {
" server mechanisms for: DIGEST-MD5, GSSAPI, CRAM-MD5)"; " server mechanisms for: DIGEST-MD5, GSSAPI, CRAM-MD5)";
public Provider() { public Provider() {
super("SunSASL", 1.5, info); super("SunSASL", 1.7d, info);
AccessController.doPrivileged(new PrivilegedAction<Void>() { AccessController.doPrivileged(new PrivilegedAction<Void>() {
public Void run() { public Void run() {
......
...@@ -62,7 +62,7 @@ public final class SunProvider extends Provider { ...@@ -62,7 +62,7 @@ public final class SunProvider extends Provider {
public SunProvider() { public SunProvider() {
/* We are the Sun JGSS provider */ /* We are the Sun JGSS provider */
super("SunJGSS", 1.0, INFO); super("SunJGSS", 1.7d, INFO);
AccessController.doPrivileged( AccessController.doPrivileged(
new java.security.PrivilegedAction<Void>() { new java.security.PrivilegedAction<Void>() {
......
...@@ -46,7 +46,7 @@ public final class Sun extends Provider { ...@@ -46,7 +46,7 @@ public final class Sun extends Provider {
public Sun() { public Sun() {
/* We are the SUN provider */ /* We are the SUN provider */
super("SUN", 1.6, INFO); super("SUN", 1.7, INFO);
// if there is no security manager installed, put directly into // if there is no security manager installed, put directly into
// the provider. Otherwise, create a temporary map and use a // the provider. Otherwise, create a temporary map and use a
......
...@@ -40,7 +40,7 @@ public final class SunPCSC extends Provider { ...@@ -40,7 +40,7 @@ public final class SunPCSC extends Provider {
private static final long serialVersionUID = 6168388284028876579L; private static final long serialVersionUID = 6168388284028876579L;
public SunPCSC() { public SunPCSC() {
super("SunPCSC", 1.6d, "Sun PC/SC provider"); super("SunPCSC", 1.7d, "Sun PC/SC provider");
AccessController.doPrivileged(new PrivilegedAction<Void>() { AccessController.doPrivileged(new PrivilegedAction<Void>() {
public Void run() { public Void run() {
put("TerminalFactory.PC/SC", "sun.security.smartcardio.SunPCSC$Factory"); put("TerminalFactory.PC/SC", "sun.security.smartcardio.SunPCSC$Factory");
......
...@@ -103,7 +103,7 @@ public abstract class SunJSSE extends java.security.Provider { ...@@ -103,7 +103,7 @@ public abstract class SunJSSE extends java.security.Provider {
// standard constructor // standard constructor
protected SunJSSE() { protected SunJSSE() {
super("SunJSSE", 1.6d, info); super("SunJSSE", 1.7d, info);
subclassCheck(); subclassCheck();
if (Boolean.TRUE.equals(fips)) { if (Boolean.TRUE.equals(fips)) {
throw new ProviderException throw new ProviderException
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册