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