net.jini.jeri.ssl
Class SubjectCredentials.GetPrivateCredentialAction

java.lang.Object
  extended by net.jini.jeri.ssl.SubjectCredentials.GetPrivateCredentialAction
All Implemented Interfaces:
PrivilegedAction
Enclosing class:
SubjectCredentials

static class SubjectCredentials.GetPrivateCredentialAction
extends Object
implements PrivilegedAction

A privileged action that gets the private credentials for an X.509 certificate.


Field Summary
private  X509Certificate cert
           
private  Subject subject
           
 
Constructor Summary
SubjectCredentials.GetPrivateCredentialAction(Subject subject, X509Certificate cert)
           
 
Method Summary
 Object run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

subject

private final Subject subject

cert

private final X509Certificate cert
Constructor Detail

SubjectCredentials.GetPrivateCredentialAction

SubjectCredentials.GetPrivateCredentialAction(Subject subject,
                                              X509Certificate cert)
Method Detail

run

public Object run()
Specified by:
run in interface PrivilegedAction


Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.