Serializablepublic class AS400Certificate extends Object implements Serializable
The AS400Certificate class represents an X.509 ASN.1 encoded certificate.
| Constructor | Description |
|---|---|
AS400Certificate() |
Constructs an AS400Certificate object.
|
AS400Certificate(byte[] certificate) |
Constructs an AS400Certificate object.
|
| Modifier and Type | Method | Description |
|---|---|---|
byte[] |
getByteInfo() |
Returns the free form byte data.
|
byte[] |
getEncoded() |
Returns the ASN.1 encoded certificate value.
|
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(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 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(String information)
information - The free form information.Copyright © 2024. All rights reserved.