![JAR search and dependency download from the Maven repository](/logo.png)
META-INF.spring.craterdog-secure-messaging-providers.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-secure-messaging-providers Show documentation
Show all versions of java-secure-messaging-providers Show documentation
This project defines algorithm specific Java providers that implement the secure messaging API.
<!-- ************************************************************************ * 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