Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
com.ibm.wsspi.security.crypto.EncryptedInfo

  • Packages that use EncryptedInfo 
    Package Description
    com.ibm.wsspi.security.crypto  
    • Uses of EncryptedInfo in com.ibm.wsspi.security.crypto

      Methods in com.ibm.wsspi.security.crypto that return EncryptedInfo 
      Modifier and Type Method and Description
      EncryptedInfo CustomPasswordEncryption.encrypt(byte[] decrypted_bytes)
      The encrypt operation takes a UTF-8 encoded String in the form of a byte[].
      Methods in com.ibm.wsspi.security.crypto with parameters of type EncryptedInfo 
      Modifier and Type Method and Description
      byte[] CustomPasswordEncryption.decrypt(EncryptedInfo info)
      The decrypt operation takes the EncryptedInfo object containing a byte[] and the logical key alias and converts it to the decrypted byte[].
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes