public final class X509Util extends Object
Modifier and Type | Method and Description |
---|---|
static String |
getEncAlgo(Node encBodyData) |
static byte[] |
getSecretKey(Element keyInfoElem,
String algorithm,
CallbackHandler cb,
byte[] encryptedKey) |
static boolean |
isContent(Node encBodyData) |
public static boolean isContent(Node encBodyData)
public static String getEncAlgo(Node encBodyData) throws WSSecurityException
WSSecurityException
public static byte[] getSecretKey(Element keyInfoElem, String algorithm, CallbackHandler cb, byte[] encryptedKey) throws WSSecurityException
WSSecurityException
Copyright © 2016 JBoss by Red Hat. All rights reserved.