Home
last modified time | relevance | path

Searched refs:getVerificationResult (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/javax/crypto/
DJceSecurity.java108 Exception ve = getVerificationResult(s.getProvider()); in getInstance()
120 Exception ve = JceSecurity.getVerificationResult(provider); in getInstance()
181 static synchronized Exception getVerificationResult(Provider p) { in getVerificationResult() method in JceSecurity