Uses of Class
java.security.Provider.Service
| Package | Description |
|---|---|
| java.security |
Extensible cryptographic service provider infrastructure (SPI) for using
and defining services such as
Certificates,
Keys, KeyStores, MessageDigests, and Signatures. |
| org.apache.harmony.security.fortress |
-
Uses of Provider.Service in java.security
Methods in java.security that return Provider.Service Modifier and Type Method Description Provider.ServiceProvider. getService(String type, String algorithm)Returns the service with the specifiedtypeimplementing the specifiedalgorithm, ornullif no such implementation exists.Methods in java.security that return types with arguments of type Provider.Service Modifier and Type Method Description Set<Provider.Service>Provider. getServices()Returns an unmodifiableSetof all services registered by this provider.Methods in java.security with parameters of type Provider.Service Modifier and Type Method Description protected voidProvider. putService(Provider.Service s)Adds aServiceto thisProvider.protected voidProvider. removeService(Provider.Service s)Removes a previously registeredServicefrom thisProvider. -
Uses of Provider.Service in org.apache.harmony.security.fortress
Methods in org.apache.harmony.security.fortress that return Provider.Service Modifier and Type Method Description static Provider.ServiceServices. getSecureRandomService()Returns the default SecureRandom service description.Provider.ServiceSecurityAccess. getService(Provider p, String type)Access to Provider.getService(String type)static Provider.ServiceServices. getService(String key)Looks up the requested service by type and algorithm.Methods in org.apache.harmony.security.fortress with parameters of type Provider.Service Modifier and Type Method Description List<String>SecurityAccess. getAliases(Provider.Service s)Access to Service.getAliases()