Searched refs:propName (Results 1 – 5 of 5) sorted by relevance
83 String propName = CertPathBuilder1Test.DEFAULT_TYPE_PROPERTY; in checkResult() local86 Security.setProperty(propName, invalidValues[i]); in checkResult()92 Security.setProperty(propName, dt); in checkResult()
102 String propName = "certpathvalidator.type"; in testCertPathValidator01() local103 String defCPV = Security.getProperty(propName); in testCertPathValidator01()114 Security.setProperty(propName, defaultType); in testCertPathValidator01()116 resType = Security.getProperty(propName); in testCertPathValidator01()
83 String propName = "certpathvalidator.type"; in checkResult() local85 Security.setProperty(propName, invalidValues[i]); in checkResult()89 Security.setProperty(propName, dt); in checkResult()
187 String propName = "keystore.type"; in testKeyStore01() local188 String defKSType = Security.getProperty(propName); in testKeyStore01()198 Security.setProperty(propName, defaultType); in testKeyStore01()200 resType = Security.getProperty(propName); in testKeyStore01()
92 public static String getAlgorithmProperty(String algName, String propName) { in getAlgorithmProperty() argument93 if (algName == null || propName == null) { in getAlgorithmProperty()96 String prop = "Alg." + propName + "." + algName; in getAlgorithmProperty()