@Configuration(name="jce")
@Operations(value={JceOperations.class,XmlOperations.class})
public class JceConfiguration
extends Object
implements org.mule.runtime.api.lifecycle.Initialisable
| Constructor and Description |
|---|
JceConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
JceKeyInfo |
getKeyInfoFromId(String keyId) |
JceKeystore |
getKeystore() |
boolean |
getUseRandomIVs() |
void |
initialise() |
public void initialise()
throws org.mule.runtime.api.lifecycle.InitialisationException
initialise in interface org.mule.runtime.api.lifecycle.Initialisableorg.mule.runtime.api.lifecycle.InitialisationExceptionpublic JceKeystore getKeystore()
public boolean getUseRandomIVs()
public JceKeyInfo getKeyInfoFromId(String keyId)
Copyright © 2024 MuleSoft, Inc.. All rights reserved.