public class SecurityProvider extends Object
| Modifier and Type | Method and Description | 
|---|---|
| static Provider | getProvider()Returns the provider to be used for advanced encrypting/decrypting. | 
| static void | setProvider(Provider provider)Set the provider to be used for advanced encrypting/decrypting. | 
public static Provider getProvider() throws IOException
IOException - if the default provider can't be instantiatedpublic static void setProvider(Provider provider)
provider - the security providerCopyright © 2002–2017 The Apache Software Foundation. All rights reserved.