org.apache.juddi.cryptor
Interface Cryptor

All Known Implementing Classes:
DefaultCryptor

public interface Cryptor

Author:
Anou Manavalan

Method Summary
 String encrypt(String str)
          Encrypt the string
 

Method Detail

encrypt

String encrypt(String str)
               throws NoSuchPaddingException,
                      NoSuchAlgorithmException,
                      InvalidAlgorithmParameterException,
                      InvalidKeyException,
                      IllegalBlockSizeException,
                      BadPaddingException
Encrypt the string

Throws:
NoSuchPaddingException
NoSuchAlgorithmException
InvalidAlgorithmParameterException
InvalidKeyException
IllegalBlockSizeException
BadPaddingException


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.