public class ACSEApdu extends Object implements com.beanit.asn1bean.ber.types.BerType, Serializable
| 限定符和类型 | 方法和说明 |
|---|---|
void |
appendAsString(StringBuilder sb,
int indentLevel) |
int |
decode(InputStream is) |
int |
decode(InputStream is,
com.beanit.asn1bean.ber.BerTag berTag) |
int |
encode(OutputStream reverseOS) |
void |
encodeAndSave(int encodingSizeGuess) |
AAREApdu |
getAare() |
AARQApdu |
getAarq() |
RLREApdu |
getRlre() |
RLRQApdu |
getRlrq() |
void |
setAare(AAREApdu aare) |
void |
setAarq(AARQApdu aarq) |
void |
setRlre(RLREApdu rlre) |
void |
setRlrq(RLRQApdu rlrq) |
String |
toString() |
public AARQApdu getAarq()
public void setAarq(AARQApdu aarq)
public AAREApdu getAare()
public void setAare(AAREApdu aare)
public RLRQApdu getRlrq()
public void setRlrq(RLRQApdu rlrq)
public RLREApdu getRlre()
public void setRlre(RLREApdu rlre)
public int encode(OutputStream reverseOS) throws IOException
encode 在接口中 com.beanit.asn1bean.ber.types.BerTypeIOExceptionpublic int decode(InputStream is) throws IOException
decode 在接口中 com.beanit.asn1bean.ber.types.BerTypeIOExceptionpublic int decode(InputStream is, com.beanit.asn1bean.ber.BerTag berTag) throws IOException
IOExceptionpublic void encodeAndSave(int encodingSizeGuess)
throws IOException
IOExceptionpublic void appendAsString(StringBuilder sb, int indentLevel)
Copyright © 2025. All rights reserved.