Stub constructor super();
super();
Stub constructorparamname super(name);
super(name);
Stub constructorparamnameparamscopethrowsKeyManagementException super(name, scope);
super(name, scope);
Stub - does nothingseejava.security.IdentityScope#addIdentity(java.security.Identity)
Stub - returns thisseejava.security.IdentityScope#getIdentity(java.lang.String) return this;
this
return this;
Stub - returns thisseejava.security.IdentityScope#getIdentity(java.security.PublicKey) return this;
Stub - returns nullseejava.security.IdentityScope#identities() return null;
null
return null;
Sets the system's identity scopeparamscope IdentityScope.setSystemScope(scope);
IdentityScope.setSystemScope(scope);
Stub - does nothingseejava.security.IdentityScope#removeIdentity(java.security.Identity)
Stub - returns 0seejava.security.IdentityScope#size() return 0;
return 0;