Uses of Class
com.hierynomus.ntlm.av.AvId
-
Packages that use AvId Package Description com.hierynomus.ntlm.av com.hierynomus.ntlm.messages -
-
Uses of AvId in com.hierynomus.ntlm.av
Fields in com.hierynomus.ntlm.av declared as AvId Modifier and Type Field Description protected AvIdAvPair. avIdMethods in com.hierynomus.ntlm.av that return AvId Modifier and Type Method Description AvIdAvPair. getAvId()static AvIdAvId. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AvId[]AvId. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.hierynomus.ntlm.av with parameters of type AvId Constructor Description AvPair(AvId avId)AvPair(AvId avId, T value)AvPairString(AvId avId)AvPairString(AvId avId, java.lang.String value) -
Uses of AvId in com.hierynomus.ntlm.messages
Methods in com.hierynomus.ntlm.messages with parameters of type AvId Modifier and Type Method Description <T extends AvPair<?>>
TTargetInfo. getAvPair(AvId key)booleanTargetInfo. hasAvPair(AvId key)
-