Lines Matching refs:Identity
7349 …@Deprecated public abstract class Identity implements java.security.Principal java.io.Serializable…
7350 ctor @Deprecated protected Identity();
7351 …ctor @Deprecated public Identity(String, java.security.IdentityScope) throws java.security.KeyMana…
7352 ctor @Deprecated public Identity(String);
7360 method @Deprecated protected boolean identityEquals(java.security.Identity);
7367 @Deprecated public abstract class IdentityScope extends java.security.Identity {
7371 …method @Deprecated public abstract void addIdentity(java.security.Identity) throws java.security.K…
7372 method @Deprecated public abstract java.security.Identity getIdentity(String);
7373 method @Deprecated public java.security.Identity getIdentity(java.security.Principal);
7374 method @Deprecated public abstract java.security.Identity getIdentity(java.security.PublicKey);
7376 method @Deprecated public abstract java.util.Enumeration<java.security.Identity> identities();
7377 …method @Deprecated public abstract void removeIdentity(java.security.Identity) throws java.securit…
7907 @Deprecated public abstract class Signer extends java.security.Identity {