Modifier and Type | Class and Description |
---|---|
private static class |
Modifier and Type | Field and Description |
---|---|
private static final String | |
private static final long |
Access | Constructor and Description |
---|---|
public |
info | back to summary |
---|---|
private static final String info Hides java. |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID |
JdkSASL | back to summary |
---|---|
public JdkSASL()
|
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
public Object | newInstance(Object
the value to pass to the constructor,
or ctrParamObj)null if this type of service does not use a
constructorParameter.Overrides java. Return a new instance of the implementation described by this service. |
ProviderService | back to summary |
---|---|
pack-priv ProviderService(Provider p, String type, String algo, String cn) |
newInstance | back to summary |
---|---|
public Object newInstance(Object ctrParamObj) throws NoSuchAlgorithmException Overrides java. Doc from java. Return a new instance of the implementation described by this service. The security provider framework uses this method to construct implementations. Applications will typically not need to call it. The default implementation uses reflection to invoke the standard constructor for this type of service. Security providers can override this method to implement instantiation in a different way. For details and the values of constructorParameter that are valid for the various types of services see the Java Cryptography Architecture (JCA) Reference Guide.
|