Package java.security
Class Signer
- java.lang.Object
-
- java.security.Identity
-
- java.security.Signer
-
- All Implemented Interfaces:
Serializable
,Principal
public abstract class Signer extends Identity
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrivateKey
getPrivateKey()
void
setKeyPair(KeyPair var0)
String
toString()
-
Methods inherited from class java.security.Identity
addCertificate, certificates, equals, getInfo, getName, getPublicKey, getScope, hashCode, identityEquals, removeCertificate, setInfo, setPublicKey, toString
-
-
-
-
Constructor Detail
-
Signer
protected Signer()
-
Signer
public Signer(String var0)
-
Signer
public Signer(String var0, IdentityScope var1) throws KeyManagementException
- Throws:
KeyManagementException
-
-
Method Detail
-
getPrivateKey
public PrivateKey getPrivateKey()
-
setKeyPair
public final void setKeyPair(KeyPair var0) throws InvalidParameterException, KeyException
-
-