public static class GetNameListRequest.ObjectScope extends Object implements com.beanit.asn1bean.ber.types.BerType, Serializable
| 构造器和说明 |
|---|
ObjectScope() |
ObjectScope(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.BerNull |
getAaSpecific() |
Identifier |
getDomainSpecific() |
com.beanit.asn1bean.ber.types.BerNull |
getVmdSpecific() |
void |
setAaSpecific(com.beanit.asn1bean.ber.types.BerNull aaSpecific) |
void |
setDomainSpecific(Identifier domainSpecific) |
void |
setVmdSpecific(com.beanit.asn1bean.ber.types.BerNull vmdSpecific) |
String |
toString() |
public com.beanit.asn1bean.ber.types.BerNull getVmdSpecific()
public void setVmdSpecific(com.beanit.asn1bean.ber.types.BerNull vmdSpecific)
public Identifier getDomainSpecific()
public void setDomainSpecific(Identifier domainSpecific)
public com.beanit.asn1bean.ber.types.BerNull getAaSpecific()
public void setAaSpecific(com.beanit.asn1bean.ber.types.BerNull aaSpecific)
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.