org.kuali.student.security.xmldsig.dto
Class ObjectFactory

java.lang.Object
  extended by org.kuali.student.security.xmldsig.dto.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.kuali.student.security.xmldsig.dto package.

An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.


Field Summary
private static QName _CanonicalizationMethod_QNAME
           
private static QName _DigestMethod_QNAME
           
private static QName _DigestValue_QNAME
           
private static QName _DSAKeyValue_QNAME
           
private static QName _KeyInfo_QNAME
           
private static QName _KeyName_QNAME
           
private static QName _KeyValue_QNAME
           
private static QName _Manifest_QNAME
           
private static QName _MgmtData_QNAME
           
private static QName _Object_QNAME
           
private static QName _PGPData_QNAME
           
private static QName _PGPDataTypePGPKeyID_QNAME
           
private static QName _PGPDataTypePGPKeyPacket_QNAME
           
private static QName _Reference_QNAME
           
private static QName _RetrievalMethod_QNAME
           
private static QName _RSAKeyValue_QNAME
           
private static QName _Signature_QNAME
           
private static QName _SignatureMethod_QNAME
           
private static QName _SignatureMethodTypeHMACOutputLength_QNAME
           
private static QName _SignatureProperties_QNAME
           
private static QName _SignatureProperty_QNAME
           
private static QName _SignatureValue_QNAME
           
private static QName _SignedInfo_QNAME
           
private static QName _SPKIData_QNAME
           
private static QName _SPKIDataTypeSPKISexp_QNAME
           
private static QName _Transform_QNAME
           
private static QName _Transforms_QNAME
           
private static QName _TransformTypeXPath_QNAME
           
private static QName _X509Data_QNAME
           
private static QName _X509DataTypeX509Certificate_QNAME
           
private static QName _X509DataTypeX509CRL_QNAME
           
private static QName _X509DataTypeX509IssuerSerial_QNAME
           
private static QName _X509DataTypeX509SKI_QNAME
           
private static QName _X509DataTypeX509SubjectName_QNAME
           
 
Constructor Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.kuali.student.security.xmldsig.dto
 
Method Summary
 JAXBElement<CanonicalizationMethodType> createCanonicalizationMethod(CanonicalizationMethodType value)
          Create an instance of JAXBElement<CanonicalizationMethodType>}
 CanonicalizationMethodType createCanonicalizationMethodType()
          Create an instance of CanonicalizationMethodType
 JAXBElement<DigestMethodType> createDigestMethod(DigestMethodType value)
          Create an instance of JAXBElement<DigestMethodType>}
 DigestMethodType createDigestMethodType()
          Create an instance of DigestMethodType
 JAXBElement<byte[]> createDigestValue(byte[] value)
          Create an instance of JAXBElement<byte[]>}
 JAXBElement<DSAKeyValueType> createDSAKeyValue(DSAKeyValueType value)
          Create an instance of JAXBElement<DSAKeyValueType>}
 DSAKeyValueType createDSAKeyValueType()
          Create an instance of DSAKeyValueType
 JAXBElement<KeyInfoType> createKeyInfo(KeyInfoType value)
          Create an instance of JAXBElement<KeyInfoType>}
 KeyInfoType createKeyInfoType()
          Create an instance of KeyInfoType
 JAXBElement<String> createKeyName(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<KeyValueType> createKeyValue(KeyValueType value)
          Create an instance of JAXBElement<KeyValueType>}
 KeyValueType createKeyValueType()
          Create an instance of KeyValueType
 JAXBElement<ManifestType> createManifest(ManifestType value)
          Create an instance of JAXBElement<ManifestType>}
 ManifestType createManifestType()
          Create an instance of ManifestType
 JAXBElement<String> createMgmtData(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<ObjectType> createObject(ObjectType value)
          Create an instance of JAXBElement<ObjectType>}
 ObjectType createObjectType()
          Create an instance of ObjectType
 JAXBElement<PGPDataType> createPGPData(PGPDataType value)
          Create an instance of JAXBElement<PGPDataType>}
 PGPDataType createPGPDataType()
          Create an instance of PGPDataType
 JAXBElement<byte[]> createPGPDataTypePGPKeyID(byte[] value)
          Create an instance of JAXBElement<byte[]>}
 JAXBElement<byte[]> createPGPDataTypePGPKeyPacket(byte[] value)
          Create an instance of JAXBElement<byte[]>}
 JAXBElement<ReferenceType> createReference(ReferenceType value)
          Create an instance of JAXBElement<ReferenceType>}
 ReferenceType createReferenceType()
          Create an instance of ReferenceType
 JAXBElement<RetrievalMethodType> createRetrievalMethod(RetrievalMethodType value)
          Create an instance of JAXBElement<RetrievalMethodType>}
 RetrievalMethodType createRetrievalMethodType()
          Create an instance of RetrievalMethodType
 JAXBElement<RSAKeyValueType> createRSAKeyValue(RSAKeyValueType value)
          Create an instance of JAXBElement<RSAKeyValueType>}
 RSAKeyValueType createRSAKeyValueType()
          Create an instance of RSAKeyValueType
 JAXBElement<SignatureType> createSignature(SignatureType value)
          Create an instance of JAXBElement<SignatureType>}
 JAXBElement<SignatureMethodType> createSignatureMethod(SignatureMethodType value)
          Create an instance of JAXBElement<SignatureMethodType>}
 SignatureMethodType createSignatureMethodType()
          Create an instance of SignatureMethodType
 JAXBElement<BigInteger> createSignatureMethodTypeHMACOutputLength(BigInteger value)
          Create an instance of JAXBElement<BigInteger>}
 JAXBElement<SignaturePropertiesType> createSignatureProperties(SignaturePropertiesType value)
          Create an instance of JAXBElement<SignaturePropertiesType>}
 SignaturePropertiesType createSignaturePropertiesType()
          Create an instance of SignaturePropertiesType
 JAXBElement<SignaturePropertyType> createSignatureProperty(SignaturePropertyType value)
          Create an instance of JAXBElement<SignaturePropertyType>}
 SignaturePropertyType createSignaturePropertyType()
          Create an instance of SignaturePropertyType
 SignatureType createSignatureType()
          Create an instance of SignatureType
 JAXBElement<SignatureValueType> createSignatureValue(SignatureValueType value)
          Create an instance of JAXBElement<SignatureValueType>}
 SignatureValueType createSignatureValueType()
          Create an instance of SignatureValueType
 JAXBElement<SignedInfoType> createSignedInfo(SignedInfoType value)
          Create an instance of JAXBElement<SignedInfoType>}
 SignedInfoType createSignedInfoType()
          Create an instance of SignedInfoType
 JAXBElement<SPKIDataType> createSPKIData(SPKIDataType value)
          Create an instance of JAXBElement<SPKIDataType>}
 SPKIDataType createSPKIDataType()
          Create an instance of SPKIDataType
 JAXBElement<byte[]> createSPKIDataTypeSPKISexp(byte[] value)
          Create an instance of JAXBElement<byte[]>}
 JAXBElement<TransformType> createTransform(TransformType value)
          Create an instance of JAXBElement<TransformType>}
 JAXBElement<TransformsType> createTransforms(TransformsType value)
          Create an instance of JAXBElement<TransformsType>}
 TransformsType createTransformsType()
          Create an instance of TransformsType
 TransformType createTransformType()
          Create an instance of TransformType
 JAXBElement<String> createTransformTypeXPath(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<X509DataType> createX509Data(X509DataType value)
          Create an instance of JAXBElement<X509DataType>}
 X509DataType createX509DataType()
          Create an instance of X509DataType
 JAXBElement<byte[]> createX509DataTypeX509Certificate(byte[] value)
          Create an instance of JAXBElement<byte[]>}
 JAXBElement<byte[]> createX509DataTypeX509CRL(byte[] value)
          Create an instance of JAXBElement<byte[]>}
 JAXBElement<X509IssuerSerialType> createX509DataTypeX509IssuerSerial(X509IssuerSerialType value)
          Create an instance of JAXBElement<X509IssuerSerialType>}
 JAXBElement<byte[]> createX509DataTypeX509SKI(byte[] value)
          Create an instance of JAXBElement<byte[]>}
 JAXBElement<String> createX509DataTypeX509SubjectName(String value)
          Create an instance of JAXBElement<String>}
 X509IssuerSerialType createX509IssuerSerialType()
          Create an instance of X509IssuerSerialType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_PGPData_QNAME

private static final QName _PGPData_QNAME

_SPKIData_QNAME

private static final QName _SPKIData_QNAME

_RetrievalMethod_QNAME

private static final QName _RetrievalMethod_QNAME

_CanonicalizationMethod_QNAME

private static final QName _CanonicalizationMethod_QNAME

_SignatureProperty_QNAME

private static final QName _SignatureProperty_QNAME

_Transforms_QNAME

private static final QName _Transforms_QNAME

_Manifest_QNAME

private static final QName _Manifest_QNAME

_SignatureMethod_QNAME

private static final QName _SignatureMethod_QNAME

_KeyInfo_QNAME

private static final QName _KeyInfo_QNAME

_DigestMethod_QNAME

private static final QName _DigestMethod_QNAME

_MgmtData_QNAME

private static final QName _MgmtData_QNAME

_Reference_QNAME

private static final QName _Reference_QNAME

_RSAKeyValue_QNAME

private static final QName _RSAKeyValue_QNAME

_Signature_QNAME

private static final QName _Signature_QNAME

_DSAKeyValue_QNAME

private static final QName _DSAKeyValue_QNAME

_SignedInfo_QNAME

private static final QName _SignedInfo_QNAME

_Object_QNAME

private static final QName _Object_QNAME

_SignatureValue_QNAME

private static final QName _SignatureValue_QNAME

_Transform_QNAME

private static final QName _Transform_QNAME

_X509Data_QNAME

private static final QName _X509Data_QNAME

_DigestValue_QNAME

private static final QName _DigestValue_QNAME

_SignatureProperties_QNAME

private static final QName _SignatureProperties_QNAME

_KeyName_QNAME

private static final QName _KeyName_QNAME

_KeyValue_QNAME

private static final QName _KeyValue_QNAME

_SignatureMethodTypeHMACOutputLength_QNAME

private static final QName _SignatureMethodTypeHMACOutputLength_QNAME

_X509DataTypeX509IssuerSerial_QNAME

private static final QName _X509DataTypeX509IssuerSerial_QNAME

_X509DataTypeX509Certificate_QNAME

private static final QName _X509DataTypeX509Certificate_QNAME

_X509DataTypeX509SKI_QNAME

private static final QName _X509DataTypeX509SKI_QNAME

_X509DataTypeX509SubjectName_QNAME

private static final QName _X509DataTypeX509SubjectName_QNAME

_X509DataTypeX509CRL_QNAME

private static final QName _X509DataTypeX509CRL_QNAME

_TransformTypeXPath_QNAME

private static final QName _TransformTypeXPath_QNAME

_PGPDataTypePGPKeyID_QNAME

private static final QName _PGPDataTypePGPKeyID_QNAME

_PGPDataTypePGPKeyPacket_QNAME

private static final QName _PGPDataTypePGPKeyPacket_QNAME

_SPKIDataTypeSPKISexp_QNAME

private static final QName _SPKIDataTypeSPKISexp_QNAME
Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.kuali.student.security.xmldsig.dto

Method Detail

createSignatureValueType

public SignatureValueType createSignatureValueType()
Create an instance of SignatureValueType


createKeyInfoType

public KeyInfoType createKeyInfoType()
Create an instance of KeyInfoType


createSignaturePropertyType

public SignaturePropertyType createSignaturePropertyType()
Create an instance of SignaturePropertyType


createCanonicalizationMethodType

public CanonicalizationMethodType createCanonicalizationMethodType()
Create an instance of CanonicalizationMethodType


createSignatureType

public SignatureType createSignatureType()
Create an instance of SignatureType


createSignedInfoType

public SignedInfoType createSignedInfoType()
Create an instance of SignedInfoType


createRetrievalMethodType

public RetrievalMethodType createRetrievalMethodType()
Create an instance of RetrievalMethodType


createPGPDataType

public PGPDataType createPGPDataType()
Create an instance of PGPDataType


createX509DataType

public X509DataType createX509DataType()
Create an instance of X509DataType


createTransformType

public TransformType createTransformType()
Create an instance of TransformType


createKeyValueType

public KeyValueType createKeyValueType()
Create an instance of KeyValueType


createSPKIDataType

public SPKIDataType createSPKIDataType()
Create an instance of SPKIDataType


createSignatureMethodType

public SignatureMethodType createSignatureMethodType()
Create an instance of SignatureMethodType


createObjectType

public ObjectType createObjectType()
Create an instance of ObjectType


createReferenceType

public ReferenceType createReferenceType()
Create an instance of ReferenceType


createDigestMethodType

public DigestMethodType createDigestMethodType()
Create an instance of DigestMethodType


createManifestType

public ManifestType createManifestType()
Create an instance of ManifestType


createX509IssuerSerialType

public X509IssuerSerialType createX509IssuerSerialType()
Create an instance of X509IssuerSerialType


createRSAKeyValueType

public RSAKeyValueType createRSAKeyValueType()
Create an instance of RSAKeyValueType


createTransformsType

public TransformsType createTransformsType()
Create an instance of TransformsType


createSignaturePropertiesType

public SignaturePropertiesType createSignaturePropertiesType()
Create an instance of SignaturePropertiesType


createDSAKeyValueType

public DSAKeyValueType createDSAKeyValueType()
Create an instance of DSAKeyValueType


createPGPData

public JAXBElement<PGPDataType> createPGPData(PGPDataType value)
Create an instance of JAXBElement<PGPDataType>}


createSPKIData

public JAXBElement<SPKIDataType> createSPKIData(SPKIDataType value)
Create an instance of JAXBElement<SPKIDataType>}


createRetrievalMethod

public JAXBElement<RetrievalMethodType> createRetrievalMethod(RetrievalMethodType value)
Create an instance of JAXBElement<RetrievalMethodType>}


createCanonicalizationMethod

public JAXBElement<CanonicalizationMethodType> createCanonicalizationMethod(CanonicalizationMethodType value)
Create an instance of JAXBElement<CanonicalizationMethodType>}


createSignatureProperty

public JAXBElement<SignaturePropertyType> createSignatureProperty(SignaturePropertyType value)
Create an instance of JAXBElement<SignaturePropertyType>}


createTransforms

public JAXBElement<TransformsType> createTransforms(TransformsType value)
Create an instance of JAXBElement<TransformsType>}


createManifest

public JAXBElement<ManifestType> createManifest(ManifestType value)
Create an instance of JAXBElement<ManifestType>}


createSignatureMethod

public JAXBElement<SignatureMethodType> createSignatureMethod(SignatureMethodType value)
Create an instance of JAXBElement<SignatureMethodType>}


createKeyInfo

public JAXBElement<KeyInfoType> createKeyInfo(KeyInfoType value)
Create an instance of JAXBElement<KeyInfoType>}


createDigestMethod

public JAXBElement<DigestMethodType> createDigestMethod(DigestMethodType value)
Create an instance of JAXBElement<DigestMethodType>}


createMgmtData

public JAXBElement<String> createMgmtData(String value)
Create an instance of JAXBElement<String>}


createReference

public JAXBElement<ReferenceType> createReference(ReferenceType value)
Create an instance of JAXBElement<ReferenceType>}


createRSAKeyValue

public JAXBElement<RSAKeyValueType> createRSAKeyValue(RSAKeyValueType value)
Create an instance of JAXBElement<RSAKeyValueType>}


createSignature

public JAXBElement<SignatureType> createSignature(SignatureType value)
Create an instance of JAXBElement<SignatureType>}


createDSAKeyValue

public JAXBElement<DSAKeyValueType> createDSAKeyValue(DSAKeyValueType value)
Create an instance of JAXBElement<DSAKeyValueType>}


createSignedInfo

public JAXBElement<SignedInfoType> createSignedInfo(SignedInfoType value)
Create an instance of JAXBElement<SignedInfoType>}


createObject

public JAXBElement<ObjectType> createObject(ObjectType value)
Create an instance of JAXBElement<ObjectType>}


createSignatureValue

public JAXBElement<SignatureValueType> createSignatureValue(SignatureValueType value)
Create an instance of JAXBElement<SignatureValueType>}


createTransform

public JAXBElement<TransformType> createTransform(TransformType value)
Create an instance of JAXBElement<TransformType>}


createX509Data

public JAXBElement<X509DataType> createX509Data(X509DataType value)
Create an instance of JAXBElement<X509DataType>}


createDigestValue

public JAXBElement<byte[]> createDigestValue(byte[] value)
Create an instance of JAXBElement<byte[]>}


createSignatureProperties

public JAXBElement<SignaturePropertiesType> createSignatureProperties(SignaturePropertiesType value)
Create an instance of JAXBElement<SignaturePropertiesType>}


createKeyName

public JAXBElement<String> createKeyName(String value)
Create an instance of JAXBElement<String>}


createKeyValue

public JAXBElement<KeyValueType> createKeyValue(KeyValueType value)
Create an instance of JAXBElement<KeyValueType>}


createSignatureMethodTypeHMACOutputLength

public JAXBElement<BigInteger> createSignatureMethodTypeHMACOutputLength(BigInteger value)
Create an instance of JAXBElement<BigInteger>}


createX509DataTypeX509IssuerSerial

public JAXBElement<X509IssuerSerialType> createX509DataTypeX509IssuerSerial(X509IssuerSerialType value)
Create an instance of JAXBElement<X509IssuerSerialType>}


createX509DataTypeX509Certificate

public JAXBElement<byte[]> createX509DataTypeX509Certificate(byte[] value)
Create an instance of JAXBElement<byte[]>}


createX509DataTypeX509SKI

public JAXBElement<byte[]> createX509DataTypeX509SKI(byte[] value)
Create an instance of JAXBElement<byte[]>}


createX509DataTypeX509SubjectName

public JAXBElement<String> createX509DataTypeX509SubjectName(String value)
Create an instance of JAXBElement<String>}


createX509DataTypeX509CRL

public JAXBElement<byte[]> createX509DataTypeX509CRL(byte[] value)
Create an instance of JAXBElement<byte[]>}


createTransformTypeXPath

public JAXBElement<String> createTransformTypeXPath(String value)
Create an instance of JAXBElement<String>}


createPGPDataTypePGPKeyID

public JAXBElement<byte[]> createPGPDataTypePGPKeyID(byte[] value)
Create an instance of JAXBElement<byte[]>}


createPGPDataTypePGPKeyPacket

public JAXBElement<byte[]> createPGPDataTypePGPKeyPacket(byte[] value)
Create an instance of JAXBElement<byte[]>}


createSPKIDataTypeSPKISexp

public JAXBElement<byte[]> createSPKIDataTypeSPKISexp(byte[] value)
Create an instance of JAXBElement<byte[]>}



Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.