public class AuthorizationData extends KrbSequenceOfType<AuthorizationDataEntry>
AuthorizationData ::= SEQUENCE OF SEQUENCE {
ad-type [0] Int32,
ad-data [1] OCTET STRING
}
This class is just empty, as the content is already stored in a SequenceOf.| Constructor and Description |
|---|
AuthorizationData() |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationData |
clone() |
getAsStringsaddElement, addElements, createElement, decodeElements, getElements, setElementscreateCollection, createCollection, isCollection, isCollection, isCollectionaddItem, clear, decodeBody, dumpWith, encodeBody, encodingBodyLength, getContainer, isLazy, setLazygetValue, 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 AuthorizationData clone()
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.