Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/javax/crypto/
DJceSecurity.java108 Exception ve = getVerificationResult(s.getProvider()); in getInstance() local
109 if (ve != null) { in getInstance()
112 new NoSuchProviderException(msg).initCause(ve); in getInstance()
120 Exception ve = JceSecurity.getVerificationResult(provider); in getInstance() local
121 if (ve != null) { in getInstance()
124 throw new SecurityException(msg, ve); in getInstance()