public GSSName getTargName() throws GSSException { if (targName == null) { targName = GSSNameImpl.wrapElement(gssManager, mechCtxt.getTargName()); } return targName; }
public GSSName getSrcName() throws GSSException { if (srcName == null) { srcName = GSSNameImpl.wrapElement(gssManager, mechCtxt.getSrcName()); } return srcName; }