Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.equinox.security.auth.credentials
Interface IPrivateCredential


public interface IPrivateCredential

This interface describes private credentials added by the Equinox login modules.

This interface should not be extended by clients.

See Also:
Subject.getPrivateCredentials()
Restriction:
This interface is not intended to be implemented by clients.

Method Summary
 void clear ()
          Clears private key from memory.
  PBEKeySpec getPrivateKey ()
          Returns private key stored in this credential
  String getProviderID ()
          ID of the provider of this private credential.
 

Method Detail

getPrivateKey


PBEKeySpec getPrivateKey()
Returns private key stored in this credential

Returns:
private key

getProviderID


String getProviderID()
ID of the provider of this private credential.

Returns:
provider ID

clear

void clear()
Clears private key from memory.


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire