org.globus.ogsa.impl.security.authentication
Class EncryptionCredentials

java.lang.Object
  extended byorg.globus.ogsa.impl.security.authentication.EncryptionCredentials

public class EncryptionCredentials
extends java.lang.Object

Wrapper class for credentials that will be used for encryption


Constructor Summary
EncryptionCredentials(java.security.cert.X509Certificate[] certsArray)
           
 
Method Summary
 java.security.cert.X509Certificate[] getCertificates()
           
 java.security.cert.X509Certificate getFirstCertificate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptionCredentials

public EncryptionCredentials(java.security.cert.X509Certificate[] certsArray)
Method Detail

getCertificates

public java.security.cert.X509Certificate[] getCertificates()

getFirstCertificate

public java.security.cert.X509Certificate getFirstCertificate()