Class SystemSigner
java.lang.Object
java.security.Identity
java.security.Signer
com.sun.ts.lib.util.sec.security.provider.SystemSigner
- All Implemented Interfaces:
Serializable
,Principal
SunSecurity signer. Like SystemIdentity, it has a trust bit, which can be set by SunSecurity classes, and a set of
accessors for other classes in sun.security.*.
- Author:
- Benjamin Renaud
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSystemSigner
(String name) Construct a signer with a given name.SystemSigner
(String name, IdentityScope scope) Construct a signer with a name and a scope. -
Method Summary
Methods inherited from class java.security.Signer
getPrivateKey, setKeyPair
Methods inherited from class java.security.Identity
addCertificate, certificates, equals, getInfo, getName, getPublicKey, getScope, hashCode, identityEquals, removeCertificate, setInfo, setPublicKey, toString
-
Constructor Details
-
SystemSigner
Construct a signer with a given name. -
SystemSigner
Construct a signer with a name and a scope.- Parameters:
name
- the signer's name.scope
- the scope for this signer.- Throws:
KeyManagementException
-
-
Method Details