equal
deleted
inserted
replaced
122 |
122 |
123 public void requestConf(boolean state) throws GSSException; |
123 public void requestConf(boolean state) throws GSSException; |
124 |
124 |
125 public void requestInteg(boolean state) throws GSSException; |
125 public void requestInteg(boolean state) throws GSSException; |
126 |
126 |
|
127 public void requestDelegPolicy(boolean state) throws GSSException; |
|
128 |
127 public void setChannelBinding(ChannelBinding cb) throws GSSException; |
129 public void setChannelBinding(ChannelBinding cb) throws GSSException; |
128 |
130 |
129 public boolean getCredDelegState(); |
131 public boolean getCredDelegState(); |
130 |
132 |
131 public boolean getMutualAuthState(); |
133 public boolean getMutualAuthState(); |
133 public boolean getReplayDetState(); |
135 public boolean getReplayDetState(); |
134 |
136 |
135 public boolean getSequenceDetState(); |
137 public boolean getSequenceDetState(); |
136 |
138 |
137 public boolean getAnonymityState(); |
139 public boolean getAnonymityState(); |
|
140 |
|
141 public boolean getDelegPolicyState(); |
138 |
142 |
139 public boolean isTransferable() throws GSSException; |
143 public boolean isTransferable() throws GSSException; |
140 |
144 |
141 public boolean isProtReady(); |
145 public boolean isProtReady(); |
142 |
146 |