Uses of Class
jcifs.ntlmssp.av.AvPair
-
Packages that use AvPair Package Description jcifs.ntlmssp.av -
-
Uses of AvPair in jcifs.ntlmssp.av
Subclasses of AvPair in jcifs.ntlmssp.av Modifier and Type Class Description classAvChannelBindingsclassAvFlagsclassAvSingleHostclassAvTargetNameclassAvTimestampMethods in jcifs.ntlmssp.av that return AvPair Modifier and Type Method Description static AvPairAvPairs. get(List<AvPair> pairs, int type)Methods in jcifs.ntlmssp.av that return types with arguments of type AvPair Modifier and Type Method Description static List<AvPair>AvPairs. decode(byte[] data)Decode a list of AvPairsMethods in jcifs.ntlmssp.av with parameters of type AvPair Modifier and Type Method Description static voidAvPairs. replace(List<AvPair> pairs, AvPair rep)Replace all occurances of the given typeMethod parameters in jcifs.ntlmssp.av with type arguments of type AvPair Modifier and Type Method Description static booleanAvPairs. contains(List<AvPair> pairs, int type)static byte[]AvPairs. encode(List<AvPair> pairs)static AvPairAvPairs. get(List<AvPair> pairs, int type)static voidAvPairs. remove(List<AvPair> pairs, int type)Remove all occurances of the given typestatic voidAvPairs. replace(List<AvPair> pairs, AvPair rep)Replace all occurances of the given type
-