org.apache.xml.security.keys
Class KeyUtils

java.lang.Object
  |
  +--org.apache.xml.security.keys.KeyUtils

public class KeyUtils
extends java.lang.Object

Utility class for for org.apache.xml.security.keys package.

Author:
$Author: vdkoogh $

Method Summary
static void prinoutKeyInfo(KeyInfo ki, java.io.PrintStream os)
          Method prinoutKeyInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

prinoutKeyInfo

public static void prinoutKeyInfo(KeyInfo ki,
                                  java.io.PrintStream os)
                           throws java.security.NoSuchAlgorithmException,
                                  java.security.spec.InvalidKeySpecException,
                                  XMLSecurityException
Method prinoutKeyInfo

Parameters:
ki -
os -
Throws:
java.security.spec.InvalidKeySpecException
java.security.NoSuchAlgorithmException
XMLSecurityException