public class X509Signature extends HessianEnvelope
| Constructor and Description |
|---|
X509Signature() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlgorithm()
Gets the encryption algorithm for the content.
|
java.security.cert.X509Certificate |
getCertificate()
The X509 certificate to obtain the public key of the recipient.
|
java.security.PrivateKey |
getPrivateKey()
The key to obtain the private key of the recipient.
|
java.security.SecureRandom |
getSecureRandom()
The random number generator for the shared secrets.
|
void |
setAlgorithm(java.lang.String algorithm)
Sets the encryption algorithm for the content.
|
void |
setCertificate(java.security.cert.X509Certificate cert)
The X509 certificate to obtain the public key of the recipient.
|
void |
setPrivateKey(java.security.PrivateKey key)
The private key.
|
void |
setSecureRandom(java.security.SecureRandom random)
The random number generator for the shared secrets.
|
Hessian2Input |
unwrap(Hessian2Input in)
Unwrap the Hessian input stream with this envelope.
|
Hessian2Input |
unwrapHeaders(Hessian2Input in)
Unwrap the envelope after having read the envelope code ('E') and
the envelope method.
|
Hessian2Output |
wrap(Hessian2Output out)
Wrap the Hessian output stream in an envelope.
|
public void setAlgorithm(java.lang.String algorithm)
public java.lang.String getAlgorithm()
public java.security.cert.X509Certificate getCertificate()
public void setCertificate(java.security.cert.X509Certificate cert)
public java.security.PrivateKey getPrivateKey()
public void setPrivateKey(java.security.PrivateKey key)
public java.security.SecureRandom getSecureRandom()
public void setSecureRandom(java.security.SecureRandom random)
public Hessian2Output wrap(Hessian2Output out) throws java.io.IOException
HessianEnvelopewrap in class HessianEnvelopejava.io.IOExceptionpublic Hessian2Input unwrap(Hessian2Input in) throws java.io.IOException
HessianEnvelopeunwrap in class HessianEnvelopejava.io.IOExceptionpublic Hessian2Input unwrapHeaders(Hessian2Input in) throws java.io.IOException
HessianEnvelopeunwrapHeaders in class HessianEnvelopejava.io.IOException