Class CryptoResource
- java.lang.Object
-
- org.apache.camel.quarkus.component.crypto.it.CryptoResource
-
@Path("/crypto") @ApplicationScoped public class CryptoResource extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) org.apache.camel.CamelContextcontext
-
Constructor Summary
Constructors Constructor Description CryptoResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.ResponseloadComponentCrypto()javax.ws.rs.core.ResponseloadDataformatCrypto()javax.ws.rs.core.ResponseloadDataformatPgp()
-
-
-
Method Detail
-
loadComponentCrypto
@Path("/load/component/crypto") @GET @Produces("text/plain") public javax.ws.rs.core.Response loadComponentCrypto() throws Exception- Throws:
Exception
-
loadDataformatCrypto
@Path("/load/dataformat/crypto") @GET @Produces("text/plain") public javax.ws.rs.core.Response loadDataformatCrypto() throws Exception- Throws:
Exception
-
-