public final class OtherName extends Object
OtherName ::= SEQUENCE {
type-id OBJECT IDENTIFIER,
value [0] EXPLICIT ANY DEFINED BY type-id
}
| Modifier and Type | Field and Description |
|---|---|
static ASN1Sequence |
ASN1
ASN.1 DER X.509 OtherName encoder/decoder class.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getEncoded()
Returns ASN.1 encoded form of this X.509 OtherName value.
|
byte[] |
getValue()
Returns the value of value field of the structure.
|
public static final ASN1Sequence ASN1
public OtherName(String typeID, byte[] value)