Class DefaultSecureTokenServiceTest

    • Constructor Detail

      • DefaultSecureTokenServiceTest

        public DefaultSecureTokenServiceTest()
    • Method Detail

      • setUp

        public void setUp()
                   throws org.apache.commons.codec.DecoderException,
                          java.security.NoSuchAlgorithmException
        Throws:
        org.apache.commons.codec.DecoderException
        java.security.NoSuchAlgorithmException
      • testEncryptLenght

        public void testEncryptLenght()
      • testEncryptNull

        public void testEncryptNull()
      • testEncryptEmpty

        public void testEncryptEmpty()
      • testDecryptNull

        public void testDecryptNull()
      • testDecryptEmpty

        public void testDecryptEmpty()
      • testCycle

        public void testCycle()
      • testBlocksize

        public void testBlocksize()
      • testChecksum

        public void testChecksum()