Class X509Data
- java.lang.Object
-
- com.sun.xml.security.core.dsig.X509DataType
-
- 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
Constructors Constructor Description X509Data()Creates a new instance of X509Data
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListgetContent()booleanisFeatureSupported(String string)voidsetX509IssuerSerialOrX509SKIOrX509SubjectName(List<Object> x509IssuerSerialOrX509SKIOrX509SubjectName)-
Methods inherited from class com.sun.xml.security.core.dsig.X509DataType
getX509IssuerSerialOrX509SKIOrX509SubjectName
-
-
-
-
Method Detail
-
getContent
public List getContent()
- Specified by:
getContentin interfaceX509Data
-
isFeatureSupported
public boolean isFeatureSupported(String string)
- Specified by:
isFeatureSupportedin interfaceXMLStructure
-
-