public static class RejectPDU.RejectReason extends Object implements com.beanit.asn1bean.ber.types.BerType, Serializable
| 构造器和说明 |
|---|
RejectReason() |
RejectReason(byte[] code) |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
com.beanit.asn1bean.ber.types.BerInteger |
getCancelErrorPDU() |
com.beanit.asn1bean.ber.types.BerInteger |
getCancelRequestPDU() |
com.beanit.asn1bean.ber.types.BerInteger |
getCancelResponsePDU() |
com.beanit.asn1bean.ber.types.BerInteger |
getConcludeErrorPDU() |
com.beanit.asn1bean.ber.types.BerInteger |
getConcludeRequestPDU() |
com.beanit.asn1bean.ber.types.BerInteger |
getConcludeResponsePDU() |
com.beanit.asn1bean.ber.types.BerInteger |
getConfirmedErrorPDU() |
com.beanit.asn1bean.ber.types.BerInteger |
getConfirmedRequestPDU() |
com.beanit.asn1bean.ber.types.BerInteger |
getConfirmedResponsePDU() |
com.beanit.asn1bean.ber.types.BerInteger |
getPduError() |
com.beanit.asn1bean.ber.types.BerInteger |
getUnconfirmedPDU() |
void |
setCancelErrorPDU(com.beanit.asn1bean.ber.types.BerInteger cancelErrorPDU) |
void |
setCancelRequestPDU(com.beanit.asn1bean.ber.types.BerInteger cancelRequestPDU) |
void |
setCancelResponsePDU(com.beanit.asn1bean.ber.types.BerInteger cancelResponsePDU) |
void |
setConcludeErrorPDU(com.beanit.asn1bean.ber.types.BerInteger concludeErrorPDU) |
void |
setConcludeRequestPDU(com.beanit.asn1bean.ber.types.BerInteger concludeRequestPDU) |
void |
setConcludeResponsePDU(com.beanit.asn1bean.ber.types.BerInteger concludeResponsePDU) |
void |
setConfirmedErrorPDU(com.beanit.asn1bean.ber.types.BerInteger confirmedErrorPDU) |
void |
setConfirmedRequestPDU(com.beanit.asn1bean.ber.types.BerInteger confirmedRequestPDU) |
void |
setConfirmedResponsePDU(com.beanit.asn1bean.ber.types.BerInteger confirmedResponsePDU) |
void |
setPduError(com.beanit.asn1bean.ber.types.BerInteger pduError) |
void |
setUnconfirmedPDU(com.beanit.asn1bean.ber.types.BerInteger unconfirmedPDU) |
String |
toString() |
public com.beanit.asn1bean.ber.types.BerInteger getConfirmedRequestPDU()
public void setConfirmedRequestPDU(com.beanit.asn1bean.ber.types.BerInteger confirmedRequestPDU)
public com.beanit.asn1bean.ber.types.BerInteger getConfirmedResponsePDU()
public void setConfirmedResponsePDU(com.beanit.asn1bean.ber.types.BerInteger confirmedResponsePDU)
public com.beanit.asn1bean.ber.types.BerInteger getConfirmedErrorPDU()
public void setConfirmedErrorPDU(com.beanit.asn1bean.ber.types.BerInteger confirmedErrorPDU)
public com.beanit.asn1bean.ber.types.BerInteger getUnconfirmedPDU()
public void setUnconfirmedPDU(com.beanit.asn1bean.ber.types.BerInteger unconfirmedPDU)
public com.beanit.asn1bean.ber.types.BerInteger getPduError()
public void setPduError(com.beanit.asn1bean.ber.types.BerInteger pduError)
public com.beanit.asn1bean.ber.types.BerInteger getCancelRequestPDU()
public void setCancelRequestPDU(com.beanit.asn1bean.ber.types.BerInteger cancelRequestPDU)
public com.beanit.asn1bean.ber.types.BerInteger getCancelResponsePDU()
public void setCancelResponsePDU(com.beanit.asn1bean.ber.types.BerInteger cancelResponsePDU)
public com.beanit.asn1bean.ber.types.BerInteger getCancelErrorPDU()
public void setCancelErrorPDU(com.beanit.asn1bean.ber.types.BerInteger cancelErrorPDU)
public com.beanit.asn1bean.ber.types.BerInteger getConcludeRequestPDU()
public void setConcludeRequestPDU(com.beanit.asn1bean.ber.types.BerInteger concludeRequestPDU)
public com.beanit.asn1bean.ber.types.BerInteger getConcludeResponsePDU()
public void setConcludeResponsePDU(com.beanit.asn1bean.ber.types.BerInteger concludeResponsePDU)
public com.beanit.asn1bean.ber.types.BerInteger getConcludeErrorPDU()
public void setConcludeErrorPDU(com.beanit.asn1bean.ber.types.BerInteger concludeErrorPDU)
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.