Package it.ipzs.cieid

Class ProxyInfoManager


  • public class ProxyInfoManager
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private javax.crypto.Cipher aesCipher  
      private byte[] iv  
      private byte[] key  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String decrypt​(java.lang.String ciphertext)  
      java.lang.String encrypt​(java.lang.String plaintext)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • aesCipher

        private javax.crypto.Cipher aesCipher
      • key

        private byte[] key
      • iv

        private byte[] iv
    • Constructor Detail

      • ProxyInfoManager

        public ProxyInfoManager()
    • Method Detail

      • encrypt

        public java.lang.String encrypt​(java.lang.String plaintext)
      • decrypt

        public java.lang.String decrypt​(java.lang.String ciphertext)