Uses of Class
org.ietf.jgss.MessageProp

  • Packages that use MessageProp 
    PackageDescription
    org.ietf.jgss
    This package presents a framework that allows application developers to make use of security services like authentication, data integrity and data confidentiality from a variety of underlying security mechanisms like Kerberos, using a unified API.
    • Uses of MessageProp in org.ietf.jgss

      Methods in org.ietf.jgss with parameters of type MessageProp 
      Modifier and TypeMethodDescription
      byte[]GSSContext.getMIC​(byte[] inMsg, int offset, int len, MessageProp msgProp)
      Returns a token containing a cryptographic Message Integrity Code (MIC) for the supplied message, for transfer to the peer application.
      voidGSSContext.getMIC​(InputStream inStream, OutputStream outStream, MessageProp msgProp)
      Deprecated.
      The stream-based methods have been removed from RFC 8353.
      byte[]GSSContext.unwrap​(byte[] inBuf, int offset, int len, MessageProp msgProp)
      Used to process tokens generated by the wrap method on the other side of the context.
      voidGSSContext.unwrap​(InputStream inStream, OutputStream outStream, MessageProp msgProp)
      Deprecated.
      The stream-based methods have been removed from RFC 8353.
      voidGSSContext.verifyMIC​(byte[] inToken, int tokOffset, int tokLen, byte[] inMsg, int msgOffset, int msgLen, MessageProp msgProp)
      Verifies the cryptographic MIC, contained in the token parameter, over the supplied message.
      voidGSSContext.verifyMIC​(InputStream tokStream, InputStream msgStream, MessageProp msgProp)
      Deprecated.
      The stream-based methods have been removed from RFC 8353.
      byte[]GSSContext.wrap​(byte[] inBuf, int offset, int len, MessageProp msgProp)
      Applies per-message security services over the established security context.
      voidGSSContext.wrap​(InputStream inStream, OutputStream outStream, MessageProp msgProp)
      Deprecated.
      The stream-based methods have been removed from RFC 8353.

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部