public final class SecurityUtils extends Object
Constructor and Description |
---|
SecurityUtils() |
Modifier and Type | Method and Description |
---|---|
static Provider |
getDefaultSecurityProvider()
Returns the default security provider that should be used in scenarios where ONE provider must be
explicitly given.
|
static String |
getSecurityModel() |
static boolean |
isDefaultSecurityModel() |
static boolean |
isFipsSecurityModel() |
public static String getSecurityModel()
public static boolean isFipsSecurityModel()
public static boolean isDefaultSecurityModel()
public static Provider getDefaultSecurityProvider()
Note: Use this method as a last resort for cases were a library always requires you to provide one. JCE already provides an excellent provider selection algorithm, and many operations will automatically choose the best provider if you don't force one in particular
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.