BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.security.providers.saml
Class SAMLKeyManager.KeyInfo

java.lang.Object
  extended byweblogic.security.providers.saml.SAMLKeyManager.KeyInfo
Enclosing class:
weblogic.security.providers.saml.SAMLKeyManager

public static class SAMLKeyManager.KeyInfo
extends Object

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
SAMLKeyManager.KeyInfo(PrivateKey key, Certificate cert, Certificate[] chain)
           
 
Method Summary
 Certificate getCert()
           
 List getCertAsList()
           
 Certificate[] getChain()
           
 PrivateKey getKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAMLKeyManager.KeyInfo

public SAMLKeyManager.KeyInfo(PrivateKey key,
                              Certificate cert,
                              Certificate[] chain)
Method Detail

getCert

public Certificate getCert()

getCertAsList

public List getCertAsList()

getChain

public Certificate[] getChain()

getKey

public PrivateKey getKey()

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.