Uses of Class
org.etsi.uri._01903.v1_3.SigningCertificate

Packages that use SigningCertificate
org.etsi.uri._01903.v1_3   
 

Uses of SigningCertificate in org.etsi.uri._01903.v1_3
 

Fields in org.etsi.uri._01903.v1_3 declared as SigningCertificate
protected  SigningCertificate CompleteCertificateRefsType.certRefs
           
protected  SigningCertificate SignedSignatureProperties.signingCertificate
           
 

Methods in org.etsi.uri._01903.v1_3 that return SigningCertificate
 SigningCertificate ObjectFactory.createSigningCertificate()
          Create an instance of SigningCertificate
 SigningCertificate CompleteCertificateRefsType.getCertRefs()
          Gets the value of the certRefs property.
 SigningCertificate SignedSignatureProperties.getSigningCertificate()
          Gets the value of the signingCertificate property.
 SigningCertificate SigningCertificate.withCerts(CertIDType... values)
           
 SigningCertificate SigningCertificate.withCerts(Collection<CertIDType> values)
           
 SigningCertificate SigningCertificate.withCerts(List<CertIDType> value)
           
 

Methods in org.etsi.uri._01903.v1_3 with parameters of type SigningCertificate
 void CompleteCertificateRefsType.setCertRefs(SigningCertificate value)
          Sets the value of the certRefs property.
 void SignedSignatureProperties.setSigningCertificate(SigningCertificate value)
          Sets the value of the signingCertificate property.
 CompleteCertificateRefsType CompleteCertificateRefsType.withCertRefs(SigningCertificate value)
           
 SignedSignatureProperties SignedSignatureProperties.withSigningCertificate(SigningCertificate value)
           
 

Constructors in org.etsi.uri._01903.v1_3 with parameters of type SigningCertificate
CompleteCertificateRefsType(SigningCertificate certRefs, String id)
          Fully-initialising value constructor
SignedSignatureProperties(org.joda.time.DateTime signingTime, SigningCertificate signingCertificate, SignaturePolicyIdentifier signaturePolicyIdentifier, SignatureProductionPlace signatureProductionPlace, SignerRole signerRole, String id)
          Fully-initialising value constructor
 



Copyright © 2014 Digipost Open Source. All Rights Reserved.