public class AttributeCertificateTable extends DataObject
| Constructor and Description |
|---|
AttributeCertificateTable() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getCertificate() |
int |
getCertificateType() |
int |
getLength() |
int |
getRevision() |
void |
setCertificate(byte[] certificate) |
void |
setCertificateType(int certificateType) |
void |
setLength(int length) |
void |
setRevision(int revision) |
get, setpublic int getLength()
public void setLength(int length)
public int getRevision()
public void setRevision(int revision)
public int getCertificateType()
public void setCertificateType(int certificateType)
public byte[] getCertificate()
public void setCertificate(byte[] certificate)
Copyright © 2018. All Rights Reserved.