Searched defs:implementation (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/security/
H A DProvider.java394 * specified {@code algorithm}, or {@code null} if no such implementation
405 * @return the requested service, or {@code null} if no such implementation
826 // Service implementation
827 private Class<?> implementation; field in class:Provider.Service
969 * Creates and returns a new instance of the implementation described by
974 * null} if the implementation does not declare a constructor
976 * @return a new instance of the implementation described by this
981 * if the implementation does not support the specified
985 if (implementation == null || !className.equals(lastClassName)) {
991 implementation
[all...]

Completed in 32 milliseconds