public final class KeyManagementUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static PrivateKey |
loadPrivateKey(org.apache.cxf.message.Message m,
Properties props) |
static PublicKey |
loadPublicKey(org.apache.cxf.message.Message m,
Properties props) |
static Properties |
loadSignatureInProperties() |
static Properties |
loadSignatureOutProperties() |
public static Properties loadSignatureOutProperties()
public static Properties loadSignatureInProperties()
public static PrivateKey loadPrivateKey(org.apache.cxf.message.Message m, Properties props)
public static PublicKey loadPublicKey(org.apache.cxf.message.Message m, Properties props)
Apache CXF