Serializable
, Principal
The management of a signer's private keys is an important and sensitive issue that should be handled by subclasses as appropriate to their intended use.
Constructors
protected
Deprecated, for removal: This API element is subject to removal in a future version.
Creates a Signer
.
Deprecated, for removal: This API element is subject to removal in a future version.
Creates a Signer
with the specified identity name.
Deprecated, for removal: This API element is subject to removal in a future version.
Creates a Signer
with the specified identity name and scope.
Deprecated, for removal: This API element is subject to removal in a future version.
Returns this signer's private key.
final void
Deprecated, for removal: This API element is subject to removal in a future version.
Sets the key pair (public key and private key) for this Signer
.
Deprecated, for removal: This API element is subject to removal in a future version.
Returns a string of information about the Signer
.
addCertificate, certificates, equals, getInfo, getName, getPublicKey, getScope, hashCode, identityEquals, removeCertificate, setInfo, setPublicKey, toString
protected Signer()
Deprecated, for removal: This API element is subject to removal in a future version.
Creates a Signer
. This constructor should only be used for serialization.
Deprecated, for removal: This API element is subject to removal in a future version.
Creates a Signer
with the specified identity name.
name
- the identity name.
Deprecated, for removal: This API element is subject to removal in a future version.
Creates a Signer
with the specified identity name and scope.
name
- the identity name.
scope
- the scope of the identity.
KeyManagementException
- if there is already an identity with the same name in the scope.
Deprecated, for removal: This API element is subject to removal in a future version.
First, if there is a security manager, its checkSecurityAccess
method is called with "getSignerPrivateKey"
as its argument to see if it's ok to return the private key.
null
if the private key has not yet been set.
SecurityException
- if a security manager exists and its checkSecurityAccess
method doesn't allow returning the private key.
Deprecated, for removal: This API element is subject to removal in a future version.
Sets the key pair (public key and private key) for this
Signer
.
First, if there is a security manager, its checkSecurityAccess
method is called with "setSignerKeyPair"
as its argument to see if it's ok to set the key pair.
pair
- an initialized key pair.
InvalidParameterException
- if the key pair is not properly initialized.
KeyException
- if the key pair cannot be set for any other reason.
SecurityException
- if a security manager exists and its checkSecurityAccess
method doesn't allow setting the key pair.
Deprecated, for removal: This API element is subject to removal in a future version.
Returns a string of information about the Signer
.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4