public interface IPrivateCredential
This interface should not be extended by clients.
Subject.getPrivateCredentials()
Modifier and Type | Method and Description |
---|---|
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.
|
PBEKeySpec getPrivateKey()
String getProviderID()
void clear()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.