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

📄 objectfactory.java

📁 一个免费的CA,基于EJB平台的,老师叫我们测试,现把之共享出来让大家参考
💻 JAVA
📖 第 1 页 / 共 3 页
字号:
    /**     * Create an instance of {@link LocateResultType }     *      */    public LocateResultType createLocateResultType() {        return new LocateResultType();    }    /**     * Create an instance of {@link StatusRequestType }     *      */    public StatusRequestType createStatusRequestType() {        return new StatusRequestType();    }    /**     * Create an instance of {@link TimeInstantType }     *      */    public TimeInstantType createTimeInstantType() {        return new TimeInstantType();    }    /**     * Create an instance of {@link RevokeResultType }     *      */    public RevokeResultType createRevokeResultType() {        return new RevokeResultType();    }    /**     * Create an instance of {@link AuthenticationType }     *      */    public AuthenticationType createAuthenticationType() {        return new AuthenticationType();    }    /**     * Create an instance of {@link ReissueResultType }     *      */    public ReissueResultType createReissueResultType() {        return new ReissueResultType();    }    /**     * Create an instance of {@link LocateRequestType }     *      */    public LocateRequestType createLocateRequestType() {        return new LocateRequestType();    }    /**     * Create an instance of {@link ResultType }     *      */    public ResultType createResultType() {        return new ResultType();    }    /**     * Create an instance of {@link RecoverRequestType }     *      */    public RecoverRequestType createRecoverRequestType() {        return new RecoverRequestType();    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2002/03/xkms#", name = "ValidReason")    public JAXBElement<String> createValidReason(String value) {        return new JAXBElement<String>(_ValidReason_QNAME, String.class, null, value);    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link UseKeyWithType }{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2002/03/xkms#", name = "UseKeyWith")    public JAXBElement<UseKeyWithType> createUseKeyWith(UseKeyWithType value) {        return new JAXBElement<UseKeyWithType>(_UseKeyWith_QNAME, UseKeyWithType.class, null, value);    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link ReissueRequestType }{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2002/03/xkms#", name = "ReissueRequest")    public JAXBElement<ReissueRequestType> createReissueRequest(ReissueRequestType value) {        return new JAXBElement<ReissueRequestType>(_ReissueRequest_QNAME, ReissueRequestType.class, null, value);    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link RegisterRequestType }{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2002/03/xkms#", name = "RegisterRequest")    public JAXBElement<RegisterRequestType> createRegisterRequest(RegisterRequestType value) {        return new JAXBElement<RegisterRequestType>(_RegisterRequest_QNAME, RegisterRequestType.class, null, value);    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link byte[]}{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2002/03/xkms#", name = "D")    public JAXBElement<byte[]> createD(byte[] value) {        return new JAXBElement<byte[]>(_D_QNAME, byte[].class, null, ((byte[]) value));    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2002/03/xkms#", name = "ResponseMechanism")    public JAXBElement<String> createResponseMechanism(String value) {        return new JAXBElement<String>(_ResponseMechanism_QNAME, String.class, null, value);    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link CompoundResultType }{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2002/03/xkms#", name = "CompoundResult")    public JAXBElement<CompoundResultType> createCompoundResult(CompoundResultType value) {        return new JAXBElement<CompoundResultType>(_CompoundResult_QNAME, CompoundResultType.class, null, value);    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link ValidateResultType }{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2002/03/xkms#", name = "ValidateResult")    public JAXBElement<ValidateResultType> createValidateResult(ValidateResultType value) {        return new JAXBElement<ValidateResultType>(_ValidateResult_QNAME, ValidateResultType.class, null, value);    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2002/03/xkms#", name = "KeyUsage")    public JAXBElement<String> createKeyUsage(String value) {        return new JAXBElement<String>(_KeyUsage_QNAME, String.class, null, value);    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link ValidityIntervalType }{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2002/03/xkms#", name = "ValidityInterval")    public JAXBElement<ValidityIntervalType> createValidityInterval(ValidityIntervalType value) {        return new JAXBElement<ValidityIntervalType>(_ValidityInterval_QNAME, ValidityIntervalType.class, null, value);    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link byte[]}{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2002/03/xkms#", name = "DQ")    public JAXBElement<byte[]> createDQ(byte[] value) {        return new JAXBElement<byte[]>(_DQ_QNAME, byte[].class, null, ((byte[]) value));    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link AuthenticationType }{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2002/03/xkms#", name = "Authentication")    public JAXBElement<AuthenticationType> createAuthentication(AuthenticationType value) {        return new JAXBElement<AuthenticationType>(_Authentication_QNAME, AuthenticationType.class, null, value);    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link KeyBindingType }{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2002/03/xkms#", name = "RevokeKeyBinding")    public JAXBElement<KeyBindingType> createRevokeKeyBinding(KeyBindingType value) {        return new JAXBElement<KeyBindingType>(_RevokeKeyBinding_QNAME, KeyBindingType.class, null, value);    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link PrototypeKeyBindingType }{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2002/03/xkms#", name = "PrototypeKeyBinding")    public JAXBElement<PrototypeKeyBindingType> createPrototypeKeyBinding(PrototypeKeyBindingType value) {        return new JAXBElement<PrototypeKeyBindingType>(_PrototypeKeyBinding_QNAME, PrototypeKeyBindingType.class, null, value);    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link ProofOfPossessionType }{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2002/03/xkms#", name = "ProofOfPossession")    public JAXBElement<ProofOfPossessionType> createProofOfPossession(ProofOfPossessionType value) {        return new JAXBElement<ProofOfPossessionType>(_ProofOfPossession_QNAME, ProofOfPossessionType.class, null, value);    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link ValidateRequestType }{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2002/03/xkms#", name = "ValidateRequest")    public JAXBElement<ValidateRequestType> createValidateRequest(ValidateRequestType value) {        return new JAXBElement<ValidateRequestType>(_ValidateRequest_QNAME, ValidateRequestType.class, null, value);    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link byte[]}{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2002/03/xkms#", name = "DP")    public JAXBElement<byte[]> createDP(byte[] value) {        return new JAXBElement<byte[]>(_DP_QNAME, byte[].class, null, ((byte[]) value));    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2002/03/xkms#", name = "IndeterminateReason")    public JAXBElement<String> createIndeterminateReason(String value) {        return new JAXBElement<String>(_IndeterminateReason_QNAME, String.class, null, value);    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link RevokeResultType }{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2002/03/xkms#", name = "RevokeResult")    public JAXBElement<RevokeResultType> createRevokeResult(RevokeResultType value) {        return new JAXBElement<RevokeResultType>(_RevokeResult_QNAME, RevokeResultType.class, null, value);    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link PrivateKeyType }{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2002/03/xkms#", name = "PrivateKey")    public JAXBElement<PrivateKeyType> createPrivateKey(PrivateKeyType value) {        return new JAXBElement<PrivateKeyType>(_PrivateKey_QNAME, PrivateKeyType.class, null, value);    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link OpaqueClientDataType }{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2002/03/xkms#", name = "OpaqueClientData")    public JAXBElement<OpaqueClientDataType> createOpaqueClientData(OpaqueClientDataType value) {        return new JAXBElement<OpaqueClientDataType>(_OpaqueClientData_QNAME, OpaqueClientDataType.class, null, value);    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link byte[]}{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2002/03/xkms#", name = "Exponent")    public JAXBElement<byte[]> createExponent(byte[] value) {        return new JAXBElement<byte[]>(_Exponent_QNAME, byte[].class, null, ((byte[]) value));    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link RegisterResultType }{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2002/03/xkms#", name = "RegisterResult")    public JAXBElement<RegisterResultType> createRegisterResult(RegisterResultType value) {        return new JAXBElement<RegisterResultType>(_RegisterResult_QNAME, RegisterResultType.class, null, value);    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link MessageExtensionAbstractType }{@code >}}     *      */    @XmlElementDecl(namespace = "http://www.w3.org/2002/03/xkms#", name = "MessageExtension")    public JAXBElement<MessageExtensionAbstractType> createMessageExtension(MessageExtensionAbstractType value) {        return new JAXBElement<MessageExtensionAbstractType>(_MessageExtension_QNAME, MessageExtensionAbstractType.class, null, value);    }    /**     * Create an instance of {@link JAXBElement }{@code <}{@link PendingNotificationType }{@code >}}     * 

⌨️ 快捷键说明

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