public class AS400Certificate
extends java.lang.Object
implements java.io.Serializable
The AS400Certificate class represents an X.509 ASN.1 encoded certificate.
Constructor and Description |
---|
AS400Certificate()
Constructs an AS400Certificate object.
|
AS400Certificate(byte[] certificate)
Constructs an AS400Certificate object.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getByteInfo()
Returns the free form byte data.
|
byte[] |
getEncoded()
Returns the ASN.1 encoded certificate value.
|
java.lang.String |
getInfo()
Returns the free form information.
|
void |
setByteInfo(byte[] byteData)
Sets the free form byte data.
|
void |
setEncoded(byte[] certificate)
Sets the ASN.1 encoded certificate value.
|
void |
setInfo(java.lang.String information)
Sets the free form string information.
|
public AS400Certificate()
public AS400Certificate(byte[] certificate)
certificate
- The ASN.1 encoded X.509 certificate.public byte[] getByteInfo()
public byte[] getEncoded()
public java.lang.String getInfo()
public void setByteInfo(byte[] byteData)
byteData
- The free form byte array information.public void setEncoded(byte[] certificate)
certificate
- The ASN.1 encoded certificate.public void setInfo(java.lang.String information)
information
- The free form information.