jdk/src/java.security.jgss/share/classes/org/ietf/jgss/GSSContext.java
changeset 28059 e576535359cc
parent 26629 3b9ed8175488
child 29820 7a3f0268f55b
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
   556      * @param offset the offset within the inBuf where the data begins.
   556      * @param offset the offset within the inBuf where the data begins.
   557      * @param len the length of the data
   557      * @param len the length of the data
   558      * @param msgProp instance of MessageProp that is used by the
   558      * @param msgProp instance of MessageProp that is used by the
   559      * application to set the desired QOP and privacy state. Set the
   559      * application to set the desired QOP and privacy state. Set the
   560      * desired QOP to 0 to request the default QOP. Upon return from this
   560      * desired QOP to 0 to request the default QOP. Upon return from this
   561      * method, this object will contain the the actual privacy state that
   561      * method, this object will contain the actual privacy state that
   562      * was applied to the message by the underlying mechanism.
   562      * was applied to the message by the underlying mechanism.
   563      * @return a byte[] containing the token to be sent to the peer.
   563      * @return a byte[] containing the token to be sent to the peer.
   564      *
   564      *
   565      * @throws GSSException containing the following major error codes:
   565      * @throws GSSException containing the following major error codes:
   566      *   {@link GSSException#CONTEXT_EXPIRED GSSException.CONTEXT_EXPIRED},
   566      *   {@link GSSException#CONTEXT_EXPIRED GSSException.CONTEXT_EXPIRED},
   603      * @param outStream an OutputStream to write the protected message
   603      * @param outStream an OutputStream to write the protected message
   604      * to.
   604      * to.
   605      * @param msgProp instance of MessageProp that is used by the
   605      * @param msgProp instance of MessageProp that is used by the
   606      * application to set the desired QOP and privacy state. Set the
   606      * application to set the desired QOP and privacy state. Set the
   607      * desired QOP to 0 to request the default QOP. Upon return from this
   607      * desired QOP to 0 to request the default QOP. Upon return from this
   608      * method, this object will contain the the actual privacy state that
   608      * method, this object will contain the actual privacy state that
   609      * was applied to the message by the underlying mechanism.
   609      * was applied to the message by the underlying mechanism.
   610      *
   610      *
   611      * @throws GSSException containing the following
   611      * @throws GSSException containing the following
   612      * major error codes:
   612      * major error codes:
   613      *   {@link GSSException#CONTEXT_EXPIRED GSSException.CONTEXT_EXPIRED},
   613      *   {@link GSSException#CONTEXT_EXPIRED GSSException.CONTEXT_EXPIRED},