public class OtherName extends Asn1SequenceType
OtherName ::= SEQUENCE {
type-id OBJECT IDENTIFIER,
value [0] EXPLICIT ANY DEFINED BY type-id
}
| Modifier and Type | Class and Description |
|---|---|
protected static class |
OtherName.OtherNameField |
Asn1Type.EncodingTypebodyLength, outerEncodeable| Constructor and Description |
|---|
OtherName() |
| Modifier and Type | Method and Description |
|---|---|
<T extends Asn1Type> |
getOtherNameValueAs(Class<T> t) |
Asn1ObjectIdentifier |
getTypeId() |
void |
setOtherNameValue(Asn1Type value) |
void |
setTypeId(Asn1ObjectIdentifier algorithm) |
createCollectiondecodeBody, dumpWith, encodeBody, encodingBodyLength, getFieldAs, getFieldAsAny, getFieldAsInteger, getFieldAsObjId, getFieldAsOctets, getFieldAsString, setAnyFieldValueType, setFieldAs, setFieldAsAny, setFieldAsInt, setFieldAsInt, setFieldAsObjId, setFieldAsOctetsgetValue, setValue, toStringdecode, decode, decode, encode, encode, encodingHeaderLength, encodingLength, getBodyLength, getHeaderLength, isBER, isCER, isDefinitiveLength, isDER, isImplicit, isPrimitive, resetBodyLength, taggedDecode, taggedDecode, taggedDecode, taggedEncode, taggedEncode, taggedEncodingLength, useBER, useCER, useDefinitiveLength, useDER, useImplicit, usePrimitiveisAppSpecific, isCollection, isContextSpecific, isEOC, isNull, isSimple, isTagSpecific, isUniversal, simpleInfo, tag, tagFlags, tagNopublic Asn1ObjectIdentifier getTypeId()
public void setTypeId(Asn1ObjectIdentifier algorithm)
public void setOtherNameValue(Asn1Type value)
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.