Oracle

weblogic.wsee.security.bst
Class ClientBST11Pkcs7CredentialProvider

java.lang.Object
  extended by weblogic.wsee.security.bst.BSTCredentialProvider
      extended by weblogic.wsee.security.bst.BST11CredentialProvider
          extended by weblogic.wsee.security.bst.ClientBSTCredentialProvider
              extended by weblogic.wsee.security.bst.ClientBST11Pkcs7CredentialProvider
All Implemented Interfaces:
CredentialProvider

public class ClientBST11Pkcs7CredentialProvider
extends ClientBSTCredentialProvider

User: jlee Date: Sep 12, 2006 Time: 2:46:28 PM


Field Summary
static String[] BUILTIN_BST_VALUETYPES
           
 
Fields inherited from class weblogic.wsee.security.bst.BSTCredentialProvider
verbose
 
Constructor Summary
ClientBST11Pkcs7CredentialProvider(String clientCertPath, String clientPrivateKeyPath)
          Creates client BST credential provider for the indicated certificate file and PKCS8 private key file.
 
Method Summary
 String[] getValueTypes()
           
 
Methods inherited from class weblogic.wsee.security.bst.ClientBSTCredentialProvider
getCredential, setServerCertificate, toString
 
Methods inherited from class weblogic.wsee.security.bst.BSTCredentialProvider
isForDecryption, isForEncryption, isForIdentity, isForResponseEncryption, isForSigning, isForVerification
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BUILTIN_BST_VALUETYPES

public static final String[] BUILTIN_BST_VALUETYPES
Constructor Detail

ClientBST11Pkcs7CredentialProvider

public ClientBST11Pkcs7CredentialProvider(String clientCertPath,
                                          String clientPrivateKeyPath)
                                   throws Exception
Creates client BST credential provider for the indicated certificate file and PKCS8 private key file.

Parameters:
clientCertPath - File name contiaining client's X509 public certificate
clientPrivateKeyPath - PKCS8 file name continaing client's private key
Throws:
Exception - thrown if certificate or key file are missing or corrupt
Method Detail

getValueTypes

public String[] getValueTypes()
Specified by:
getValueTypes in interface CredentialProvider
Overrides:
getValueTypes in class BST11CredentialProvider

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs103
Copyright 1996,2008, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.