Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DIdentityScope2Test.java109 public void removeIdentity(Identity id) throws KeyManagementException { in removeIdentity() method in IdentityScope2Test.IdentityScopeSubclass
208 sub.removeIdentity(id); in test_removeIdentityLjava_security_Identity()
210 sub.removeIdentity(id); in test_removeIdentityLjava_security_Identity()
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
DIdentityScopeStub.java103 public void removeIdentity(Identity identity) throws KeyManagementException { in removeIdentity() method in IdentityScopeStub
DSystemScope.java126 public synchronized void removeIdentity(Identity identity) in removeIdentity() method in SystemScope
/libcore/ojluni/src/main/java/java/security/
DIdentityScope.java235 public abstract void removeIdentity(Identity identity) in removeIdentity() method in IdentityScope
/libcore/api/
Dcurrent.txt8070 …method @Deprecated public abstract void removeIdentity(java.security.Identity) throws java.securit…