示例#1
0
 public GSSName getTargName() throws GSSException {
   if (targName == null) {
     targName = GSSNameImpl.wrapElement(gssManager, mechCtxt.getTargName());
   }
   return targName;
 }