public class BerDataValue extends Object
X.690.| 限定符和类型 | 方法和说明 |
|---|---|
BerDataValueReader |
contentsReader()
Returns a new reader of the contents of this data value.
|
BerDataValueReader |
dataValueReader()
Returns a new reader which returns just this data value.
|
ByteBuffer |
getEncoded()
Returns the encoded form of this data value.
|
ByteBuffer |
getEncodedContents()
Returns the encoded contents of this data value.
|
int |
getTagClass()
Returns the tag class of this data value.
|
int |
getTagNumber()
Returns the tag number of this data value.
|
boolean |
isConstructed()
Returns
true if the content octets of this data value are the complete BER encoding
of one or more data values, false if the content octets of this data value directly
represent the value. |
public int getTagClass()
BerEncoding TAG_CLASS
constants.public boolean isConstructed()
true if the content octets of this data value are the complete BER encoding
of one or more data values, false if the content octets of this data value directly
represent the value.public int getTagNumber()
BerEncoding TAG_NUMBER
constants.public ByteBuffer getEncoded()
public ByteBuffer getEncodedContents()
public BerDataValueReader contentsReader()
public BerDataValueReader dataValueReader()
Copyright © 2018. All rights reserved.