org.apache.juddi.cryptor
Interface Cryptor
- All Known Implementing Classes:
- DefaultCryptor
public interface Cryptor
- Author:
- Anou Manavalan
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.