All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.spring.craterdog-secure-messaging-providers.xml Maven / Gradle / Ivy

Go to download

This project defines algorithm specific Java providers that implement the secure messaging API.

There is a newer version: 3.26
Show newest version
<!--
 ************************************************************************
 * Copyright (c) Crater Dog Technologies(TM).  All Rights Reserved.     *
 ************************************************************************
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.        *
 *                                                                      *
 * This code is free software; you can redistribute it and/or modify it *
 * under the terms of The MIT License (MIT), as published by the Open   *
 * Source Initiative. (See http://opensource.org/licenses/MIT)          *
 ************************************************************************
-->
<beans xmlns="http://www.springframework.org/schema/beans"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:jaxrs="http://cxf.apache.org/jaxrs"
    xmlns:context="http://www.springframework.org/schema/context"
    xsi:schemaLocation="
      http://www.springframework.org/schema/beans
      http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
      http://www.springframework.org/schema/context
      http://www.springframework.org/schema/context/spring-context-3.0.xsd
      http://cxf.apache.org/jaxrs
      http://cxf.apache.org/schemas/jaxrs.xsd">

    <context:annotation-config />
    <context:component-scan base-package="craterdog.security" />

    <bean id="craterdog.MessageCryptex" class="craterdog.security.RsaAesMessageCryptex" />

</beans>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy