LOG.fine("Cannot find Crypto Encryption properties: " + e);
Exception ex = new Exception("Cannot find Crypto Encryption properties: " + e);
throw new WSSecurityException(WSSecurityException.ErrorCode.FAILURE, ex);
}
PasswordEncryptor passwordEncryptor = getPasswordEncryptor(message, requestData);
encrCrypto = CryptoFactory.getInstance(props, Loader.getClassLoader(CryptoFactory.class),
passwordEncryptor);
EndpointInfo info = message.getExchange().get(Endpoint.class).getEndpointInfo();
synchronized (info) {