⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 objectfactory.java

📁 一个免费的CA,基于EJB平台的,老师叫我们测试,现把之共享出来让大家参考
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
    @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "HMACOutputLength", scope = SignatureMethodType.class)    public JAXBElement<BigInteger> createSignatureMethodTypeHMACOutputLength(BigInteger value) {        return new JAXBElement<BigInteger>(_SignatureMethodTypeHMACOutputLength_QNAME, BigInteger.class, SignatureMethodType.class, value);    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link SignatureMethodType }{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "SignatureMethod")    public JAXBElement<SignatureMethodType> createSignatureMethod(SignatureMethodType value) {        return new JAXBElement<SignatureMethodType>(_SignatureMethod_QNAME, SignatureMethodType.class, null, value);    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "KeyName")    public JAXBElement<String> createKeyName(String value) {        return new JAXBElement<String>(_KeyName_QNAME, String.class, null, value);    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link TransformsType }{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "Transforms")    public JAXBElement<TransformsType> createTransforms(TransformsType value) {        return new JAXBElement<TransformsType>(_Transforms_QNAME, TransformsType.class, null, value);    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link ManifestType }{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "Manifest")    public JAXBElement<ManifestType> createManifest(ManifestType value) {        return new JAXBElement<ManifestType>(_Manifest_QNAME, ManifestType.class, null, value);    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link X509DataType }{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "X509Data")    public JAXBElement<X509DataType> createX509Data(X509DataType value) {        return new JAXBElement<X509DataType>(_X509Data_QNAME, X509DataType.class, null, value);    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link KeyInfoType }{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "KeyInfo")    public JAXBElement<KeyInfoType> createKeyInfo(KeyInfoType value) {        return new JAXBElement<KeyInfoType>(_KeyInfo_QNAME, KeyInfoType.class, null, value);    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link ReferenceType }{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "Reference")    public JAXBElement<ReferenceType> createReference(ReferenceType value) {        return new JAXBElement<ReferenceType>(_Reference_QNAME, ReferenceType.class, null, value);    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link RetrievalMethodType }{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "RetrievalMethod")    public JAXBElement<RetrievalMethodType> createRetrievalMethod(RetrievalMethodType value) {        return new JAXBElement<RetrievalMethodType>(_RetrievalMethod_QNAME, RetrievalMethodType.class, null, value);    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link SignatureValueType }{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "SignatureValue")    public JAXBElement<SignatureValueType> createSignatureValue(SignatureValueType value) {        return new JAXBElement<SignatureValueType>(_SignatureValue_QNAME, SignatureValueType.class, null, value);    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link KeyValueType }{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "KeyValue")    public JAXBElement<KeyValueType> createKeyValue(KeyValueType value) {        return new JAXBElement<KeyValueType>(_KeyValue_QNAME, KeyValueType.class, null, value);    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link SignatureType }{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "Signature")    public JAXBElement<SignatureType> createSignature(SignatureType value) {        return new JAXBElement<SignatureType>(_Signature_QNAME, SignatureType.class, null, value);    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link SignedInfoType }{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "SignedInfo")    public JAXBElement<SignedInfoType> createSignedInfo(SignedInfoType value) {        return new JAXBElement<SignedInfoType>(_SignedInfo_QNAME, SignedInfoType.class, null, value);    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link SignaturePropertyType }{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "SignatureProperty")    public JAXBElement<SignaturePropertyType> createSignatureProperty(SignaturePropertyType value) {        return new JAXBElement<SignaturePropertyType>(_SignatureProperty_QNAME, SignaturePropertyType.class, null, value);    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link SignaturePropertiesType }{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "SignatureProperties")    public JAXBElement<SignaturePropertiesType> createSignatureProperties(SignaturePropertiesType value) {        return new JAXBElement<SignaturePropertiesType>(_SignatureProperties_QNAME, SignaturePropertiesType.class, null, value);    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link ObjectType }{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "Object")    public JAXBElement<ObjectType> createObject(ObjectType value) {        return new JAXBElement<ObjectType>(_Object_QNAME, ObjectType.class, null, value);    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link SPKIDataType }{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "SPKIData")    public JAXBElement<SPKIDataType> createSPKIData(SPKIDataType value) {        return new JAXBElement<SPKIDataType>(_SPKIData_QNAME, SPKIDataType.class, null, value);    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link RSAKeyValueType }{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "RSAKeyValue")    public JAXBElement<RSAKeyValueType> createRSAKeyValue(RSAKeyValueType value) {        return new JAXBElement<RSAKeyValueType>(_RSAKeyValue_QNAME, RSAKeyValueType.class, null, value);    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link DigestMethodType }{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "DigestMethod")    public JAXBElement<DigestMethodType> createDigestMethod(DigestMethodType value) {        return new JAXBElement<DigestMethodType>(_DigestMethod_QNAME, DigestMethodType.class, null, value);    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link PGPDataType }{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "PGPData")    public JAXBElement<PGPDataType> createPGPData(PGPDataType value) {        return new JAXBElement<PGPDataType>(_PGPData_QNAME, PGPDataType.class, null, value);    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link TransformType }{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "Transform")    public JAXBElement<TransformType> createTransform(TransformType value) {        return new JAXBElement<TransformType>(_Transform_QNAME, TransformType.class, null, value);    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "MgmtData")    public JAXBElement<String> createMgmtData(String value) {        return new JAXBElement<String>(_MgmtData_QNAME, String.class, null, value);    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link DSAKeyValueType }{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "DSAKeyValue")    public JAXBElement<DSAKeyValueType> createDSAKeyValue(DSAKeyValueType value) {        return new JAXBElement<DSAKeyValueType>(_DSAKeyValue_QNAME, DSAKeyValueType.class, null, value);    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link byte[]}{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "DigestValue")    public JAXBElement<byte[]> createDigestValue(byte[] value) {        return new JAXBElement<byte[]>(_DigestValue_QNAME, byte[].class, null, ((byte[]) value));    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link CanonicalizationMethodType }{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "CanonicalizationMethod")    public JAXBElement<CanonicalizationMethodType> createCanonicalizationMethod(CanonicalizationMethodType value) {        return new JAXBElement<CanonicalizationMethodType>(_CanonicalizationMethod_QNAME, CanonicalizationMethodType.class, null, value);    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link byte[]}{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "X509SKI", scope = X509DataType.class)    public JAXBElement<byte[]> createX509DataTypeX509SKI(byte[] value) {        return new JAXBElement<byte[]>(_X509DataTypeX509SKI_QNAME, byte[].class, X509DataType.class, ((byte[]) value));    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link byte[]}{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "X509Certificate", scope = X509DataType.class)    public JAXBElement<byte[]> createX509DataTypeX509Certificate(byte[] value) {        return new JAXBElement<byte[]>(_X509DataTypeX509Certificate_QNAME, byte[].class, X509DataType.class, ((byte[]) value));    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link X509IssuerSerialType }{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "X509IssuerSerial", scope = X509DataType.class)    public JAXBElement<X509IssuerSerialType> createX509DataTypeX509IssuerSerial(X509IssuerSerialType value) {        return new JAXBElement<X509IssuerSerialType>(_X509DataTypeX509IssuerSerial_QNAME, X509IssuerSerialType.class, X509DataType.class, value);    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "X509SubjectName", scope = X509DataType.class)    public JAXBElement<String> createX509DataTypeX509SubjectName(String value) {        return new JAXBElement<String>(_X509DataTypeX509SubjectName_QNAME, String.class, X509DataType.class, value);    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link byte[]}{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "X509CRL", scope = X509DataType.class)    public JAXBElement<byte[]> createX509DataTypeX509CRL(byte[] value) {        return new JAXBElement<byte[]>(_X509DataTypeX509CRL_QNAME, byte[].class, X509DataType.class, ((byte[]) value));    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2000/09/xmldsig#", name = "XPath", scope = TransformType.class)    public JAXBElement<String> createTransformTypeXPath(String value) {        return new JAXBElement<String>(_TransformTypeXPath_QNAME, String.class, TransformType.class, value);    }}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -