Home | History | Annotate | Download | only in security

Lines Matching defs:prop

161             String prop = prov.getProperty(key);
163 if (prop == null) {
167 e.hasMoreElements() && prop == null; ) {
170 prop = prov.getProperty(matchKey);
176 if (prop != null) {
178 newEntry.className = prop;
191 String prop = provider.getProperty(key);
192 if (prop == null) {
196 e.hasMoreElements() && prop == null; ) {
199 prop = provider.getProperty(matchKey);
204 return prop;
935 String prop) {
936 // For KeySize, prop is the max key size the
940 int maxSize = Integer.parseInt(prop);
948 // For Type, prop is the type of the implementation
951 return value.equalsIgnoreCase(prop);