Searched refs:removeIdentity (Results 1 - 4 of 4) sorted by relevance

/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
H A DIdentityScopeStub.java101 * @see java.security.IdentityScope#removeIdentity(java.security.Identity)
103 public void removeIdentity(Identity identity) throws KeyManagementException { method in class:IdentityScopeStub
H A DSystemScope.java124 * @see java.security.IdentityScope#removeIdentity(java.security.Identity)
126 public synchronized void removeIdentity(Identity identity) method in class:SystemScope
/libcore/ojluni/src/main/java/java/security/
H A DIdentityScope.java230 public abstract void removeIdentity(Identity identity) method in class:IdentityScope
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
H A DIdentityScope2Test.java108 public void removeIdentity(Identity id) throws KeyManagementException { method in class:IdentityScope2Test.IdentityScopeSubclass
199 * java.security.IdentityScope#removeIdentity(java.security.Identity)
207 sub.removeIdentity(id);
209 sub.removeIdentity(id);

Completed in 168 milliseconds