示例#1
0
 public int getWrapSizeLimit(int qop, boolean confReq, int maxTokenSize) throws GSSException {
   if (mechCtxt != null) return mechCtxt.getWrapSizeLimit(qop, confReq, maxTokenSize);
   else throw new GSSExceptionImpl(GSSException.NO_CONTEXT, "No mechanism context yet!");
 }