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