public class SES_ESPictrueInfo
extends org.bouncycastle.asn1.ASN1Object
| 构造器和说明 |
|---|
SES_ESPictrueInfo() |
SES_ESPictrueInfo(org.bouncycastle.asn1.ASN1Sequence seq) |
SES_ESPictrueInfo(org.bouncycastle.asn1.DERIA5String type,
org.bouncycastle.asn1.ASN1OctetString data,
org.bouncycastle.asn1.ASN1Integer width,
org.bouncycastle.asn1.ASN1Integer height) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.bouncycastle.asn1.ASN1OctetString |
getData() |
org.bouncycastle.asn1.ASN1Integer |
getHeight() |
static SES_ESPictrueInfo |
getInstance(Object o) |
org.bouncycastle.asn1.DERIA5String |
getType() |
org.bouncycastle.asn1.ASN1Integer |
getWidth() |
SES_ESPictrueInfo |
setData(org.bouncycastle.asn1.ASN1OctetString data) |
SES_ESPictrueInfo |
setData(byte[] data) |
SES_ESPictrueInfo |
setHeight(org.bouncycastle.asn1.ASN1Integer height) |
SES_ESPictrueInfo |
setHeight(long height) |
SES_ESPictrueInfo |
setType(org.bouncycastle.asn1.DERIA5String type) |
SES_ESPictrueInfo |
setType(String type) |
SES_ESPictrueInfo |
setWidth(org.bouncycastle.asn1.ASN1Integer width) |
SES_ESPictrueInfo |
setWidth(long width) |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public SES_ESPictrueInfo()
public SES_ESPictrueInfo(org.bouncycastle.asn1.ASN1Sequence seq)
public SES_ESPictrueInfo(org.bouncycastle.asn1.DERIA5String type,
org.bouncycastle.asn1.ASN1OctetString data,
org.bouncycastle.asn1.ASN1Integer width,
org.bouncycastle.asn1.ASN1Integer height)
public static SES_ESPictrueInfo getInstance(Object o)
public org.bouncycastle.asn1.ASN1OctetString getData()
public SES_ESPictrueInfo setData(org.bouncycastle.asn1.ASN1OctetString data)
public SES_ESPictrueInfo setData(byte[] data)
public org.bouncycastle.asn1.ASN1Integer getWidth()
public SES_ESPictrueInfo setWidth(org.bouncycastle.asn1.ASN1Integer width)
public SES_ESPictrueInfo setWidth(long width)
public org.bouncycastle.asn1.ASN1Integer getHeight()
public SES_ESPictrueInfo setHeight(org.bouncycastle.asn1.ASN1Integer height)
public SES_ESPictrueInfo setHeight(long height)
public org.bouncycastle.asn1.DERIA5String getType()
public SES_ESPictrueInfo setType(String type)
public SES_ESPictrueInfo setType(org.bouncycastle.asn1.DERIA5String type)
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive 在接口中 org.bouncycastle.asn1.ASN1EncodabletoASN1Primitive 在类中 org.bouncycastle.asn1.ASN1ObjectCopyright © 2022. All rights reserved.