Uses of Class
org.etsi.uri._01903.v1_3.SigningCertificate
Packages that use SigningCertificate
-
Uses of SigningCertificate in org.etsi.uri._01903.v1_3
Fields in org.etsi.uri._01903.v1_3 declared as SigningCertificateModifier and TypeFieldDescriptionprotected SigningCertificateCompleteCertificateRefsType.certRefsprotected SigningCertificateSignedSignatureProperties.signingCertificateMethods in org.etsi.uri._01903.v1_3 that return SigningCertificateModifier and TypeMethodDescriptionObjectFactory.createSigningCertificate()Create an instance ofSigningCertificateCompleteCertificateRefsType.getCertRefs()Gets the value of the certRefs property.SignedSignatureProperties.getSigningCertificate()Gets the value of the signingCertificate property.SigningCertificate.withCerts(Collection<CertIDType> values) SigningCertificate.withCerts(List<CertIDType> value) SigningCertificate.withCerts(CertIDType... values) Methods in org.etsi.uri._01903.v1_3 with parameters of type SigningCertificateModifier and TypeMethodDescriptionvoidCompleteCertificateRefsType.setCertRefs(SigningCertificate value) Sets the value of the certRefs property.voidSignedSignatureProperties.setSigningCertificate(SigningCertificate value) Sets the value of the signingCertificate property.CompleteCertificateRefsType.withCertRefs(SigningCertificate value) SignedSignatureProperties.withSigningCertificate(SigningCertificate value) Constructors in org.etsi.uri._01903.v1_3 with parameters of type SigningCertificateModifierConstructorDescriptionCompleteCertificateRefsType(SigningCertificate certRefs, String id) Fully-initialising value constructorSignedSignatureProperties(ZonedDateTime signingTime, SigningCertificate signingCertificate, SignaturePolicyIdentifier signaturePolicyIdentifier, SignatureProductionPlace signatureProductionPlace, SignerRole signerRole, String id) Fully-initialising value constructor