Class SystemIdentity
java.lang.Object
java.security.Identity
com.sun.ts.lib.util.sec.security.provider.SystemIdentity
- All Implemented Interfaces:
Serializable
,Principal
An identity with a very simple trust mechanism.
- Author:
- Benjamin Renaud
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Is this identity trusted by sun.* facilities?protected void
setTrusted
(boolean trusted) Set the trust status of this identity.toString()
Methods inherited from class java.security.Identity
addCertificate, certificates, equals, getInfo, getName, getPublicKey, getScope, hashCode, identityEquals, removeCertificate, setInfo, setPublicKey, toString
-
Constructor Details
-
SystemIdentity
public SystemIdentity(String name, IdentityScope scope) throws InvalidParameterException, KeyManagementException
-
-
Method Details