JavaTM 2 Platform
Standard Ed. 6

類別 org.ietf.jgss.MessageProp
的使用

使用 MessageProp 的軟體套件
org.ietf.jgss 此套件提供一個框架,該框架允許應用程序開發人員通過利用統一的 API 使用一些來自各種基礎安全機制(如 Kerberos)的安全服務,如驗證、資料完整性和和資料機密性。 
 

org.ietf.jgssMessageProp 的使用
 

參數型別為 MessageProporg.ietf.jgss 中的方法
 byte[] GSSContext.getMIC(byte[] inMsg, int offset, int len, MessageProp msgProp)
          返回包含所提供訊息的加密訊息完整性程式碼 (MIC) 的標記,以便傳輸到同位體應用程序。
 void GSSContext.getMIC(InputStream inStream, OutputStream outStream, MessageProp msgProp)
          使用串流來產生包含所提供訊息的加密 MIC 的標記,以便傳輸到同位體應用程序。
 byte[] GSSContext.unwrap(byte[] inBuf, int offset, int len, MessageProp msgProp)
          用來處理在上下文的另一方由 wrap 方法產生的標記。
 void GSSContext.unwrap(InputStream inStream, OutputStream outStream, MessageProp msgProp)
          使用串流來處理在上下文的另一方由 wrap 方法產生的標記。
 void GSSContext.verifyMIC(byte[] inToken, int tokOffset, int tokLen, byte[] inMsg, int msgOffset, int msgLen, MessageProp msgProp)
          通過提供的訊息,檢查包含在標記參數中的加密的 MIC。
 void GSSContext.verifyMIC(InputStream tokStream, InputStream msgStream, MessageProp msgProp)
          通過提供的訊息,使用串流來驗證包含在標記參數中的加密的 MIC。
 byte[] GSSContext.wrap(byte[] inBuf, int offset, int len, MessageProp msgProp)
          將 per-message 安全服務應用於已創建的安全上下文。
 void GSSContext.wrap(InputStream inStream, OutputStream outStream, MessageProp msgProp)
          將 per-message 安全服務應用於已創建的使用串流的安全上下文。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only