Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.5)

Part Number E13941-05

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:
Serializable, CredentialProvider

Deprecated. can not be used directly by customers

Copyright (c) 2006 by BEA Systems. All Rights Reserved.

public class ClientBST11Pkcs7CredentialProvider
extends ClientBSTCredentialProvider

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

See Also:
Serialized Form

Field Summary
static String[] BUILTIN_BST_VALUETYPES
          Deprecated.  
 
Fields inherited from class weblogic.wsee.security.bst.BSTCredentialProvider
verbose
 
Constructor Summary
ClientBST11Pkcs7CredentialProvider(String clientCertPath, String clientPrivateKeyPath)
          Deprecated. can not be used directly by customers
 
Method Summary
 String[] getValueTypes()
          Deprecated. can not be used directly by customers
 
Methods inherited from class weblogic.wsee.security.bst.ClientBSTCredentialProvider
cloneAndReplaceServerCert, 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
Deprecated. 
Constructor Detail

ClientBST11Pkcs7CredentialProvider

public ClientBST11Pkcs7CredentialProvider(String clientCertPath,
                                          String clientPrivateKeyPath)
                                   throws Exception
Deprecated. can not be used directly by customers

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()
Deprecated. can not be used directly by customers

Description copied from class: BSTCredentialProvider
get value type supported by this BST

Specified by:
getValueTypes in interface CredentialProvider
Overrides:
getValueTypes in class BST11CredentialProvider
Returns:
value types

Copyright 1996, 2011, 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.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.5)

Part Number E13941-05