public class UserNotice extends Asn1SequenceType
UserNotice ::= SEQUENCE {
noticeRef NoticeReference OPTIONAL,
explicitText DisplayText OPTIONAL}
| Modifier and Type | Class and Description |
|---|---|
protected static class |
UserNotice.UserNoticeField |
Asn1Type.EncodingType| Constructor and Description |
|---|
UserNotice() |
| Modifier and Type | Method and Description |
|---|---|
DisplayText |
getExplicitText() |
NoticeReference |
getNoticeRef() |
void |
setExplicitText(DisplayText explicitText) |
void |
setNoticeRef(NoticeReference noticeRef) |
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, taggedDecode, taggedDecode, taggedDecode, taggedEncode, taggedEncode, taggedEncodingLength, useBER, useCER, useDefinitiveLength, useDER, useImplicit, usePrimitiveisAppSpecific, isCollection, isContextSpecific, isEOC, isNull, isSimple, isTagSpecific, isUniversal, simpleInfo, tag, tagFlags, tagNopublic NoticeReference getNoticeRef()
public void setNoticeRef(NoticeReference noticeRef)
public DisplayText getExplicitText()
public void setExplicitText(DisplayText explicitText)
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.