com.sun.xml.ws.security.opt.crypto.dsig.keyinfo
Class X509Data

java.lang.Object
  extended by com.sun.xml.security.core.dsig.X509DataType
      extended by com.sun.xml.ws.security.opt.crypto.dsig.keyinfo.X509Data
All Implemented Interfaces:
X509Data, XMLStructure
Direct Known Subclasses:
X509Data

public class X509Data
extends X509DataType
implements X509Data

Author:
Abhijit Das

Field Summary
 
Fields inherited from class com.sun.xml.security.core.dsig.X509DataType
x509IssuerSerialOrX509SKIOrX509SubjectName
 
Fields inherited from interface javax.xml.crypto.dsig.keyinfo.X509Data
RAW_X509_CERTIFICATE_TYPE, TYPE
 
Constructor Summary
X509Data()
          Creates a new instance of X509Data
 
Method Summary
 List getContent()
           
 boolean isFeatureSupported(String string)
           
 void setX509IssuerSerialOrX509SKIOrX509SubjectName(List<Object> x509IssuerSerialOrX509SKIOrX509SubjectName)
           
 
Methods inherited from class com.sun.xml.security.core.dsig.X509DataType
getX509IssuerSerialOrX509SKIOrX509SubjectName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

X509Data

public X509Data()
Creates a new instance of X509Data

Method Detail

getContent

public List getContent()
Specified by:
getContent in interface X509Data

isFeatureSupported

public boolean isFeatureSupported(String string)
Specified by:
isFeatureSupported in interface XMLStructure

setX509IssuerSerialOrX509SKIOrX509SubjectName

public void setX509IssuerSerialOrX509SKIOrX509SubjectName(List<Object> x509IssuerSerialOrX509SKIOrX509SubjectName)


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.