Method Summary |
|
public static KeyManager[] | getKeyManagers(KeyManagersType kmc) This method converts the JAXB KeyManagersType into a list of
JSSE KeyManagers. |
public static KeyStore | getKeyStore(KeyStoreType kst) This method converts a JAXB generated KeyStoreType into a KeyStore. |
public static SecureRandom | getSecureRandom(SecureRandomParameters secureRandomParams) This method converts the JAXB generated type into a SecureRandom. |
public static TrustManager[] | getTrustManagers(TrustManagersType kmc) This method converts the JAXB KeyManagersType into a list of
JSSE TrustManagers. |