public class HostAddresses extends KrbSequenceOfType<HostAddress>
-- NOTE: HostAddresses is always used as an OPTIONAL field and
-- should not be empty.
HostAddresses -- NOTE: subtly different from rfc1510,
-- but has a value mapping and encodes the same
::= SEQUENCE OF HostAddress
| Constructor and Description |
|---|
HostAddresses() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(InetAddress address)
Tells if the list of HostAddresses contain a given HostAddress
|
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 boolean contains(InetAddress address)
address - The InetAddress we are looking forCopyright © 2014–2019 The Apache Software Foundation. All rights reserved.