Uses of Class
com.helger.xsds.xades132.EncapsulatedPKIDataType
-
-
Uses of EncapsulatedPKIDataType in com.helger.xsds.xades132
Methods in com.helger.xsds.xades132 that return EncapsulatedPKIDataType Modifier and Type Method Description EncapsulatedPKIDataTypeEncapsulatedPKIDataType. clone()Created by ph-jaxb-plugin -Xph-cloneable2EncapsulatedPKIDataTypeObjectFactory. createEncapsulatedPKIDataType()Create an instance ofEncapsulatedPKIDataTypeEncapsulatedPKIDataTypeCertifiedRolesListType. getCertifiedRoleAtIndex(int index)Created by ph-jaxb-plugin -Xph-list-extensionEncapsulatedPKIDataTypeCRLValuesType. getEncapsulatedCRLValueAtIndex(int index)Created by ph-jaxb-plugin -Xph-list-extensionEncapsulatedPKIDataTypeOCSPValuesType. getEncapsulatedOCSPValueAtIndex(int index)Created by ph-jaxb-plugin -Xph-list-extensionEncapsulatedPKIDataTypeCertifiedRoleTypeV2. getX509AttributeCertificate()Gets the value of the x509AttributeCertificate property.EncapsulatedPKIDataTypeCertifiedRoleTypeV2. setX509AttributeCertificate(byte[] valueParam)Special setter with value of type byte[]
Note: automatically created by ph-jaxb-plugin -Xph-value-extenderMethods in com.helger.xsds.xades132 that return types with arguments of type EncapsulatedPKIDataType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<EncapsulatedPKIDataType>ObjectFactory. createEncapsulatedPKIData(EncapsulatedPKIDataType value)jakarta.xml.bind.JAXBElement<EncapsulatedPKIDataType>ObjectFactory. createX509AttributeCertificate(EncapsulatedPKIDataType value)List<EncapsulatedPKIDataType>CertifiedRolesListType. getCertifiedRole()Gets the value of the certifiedRole property.List<EncapsulatedPKIDataType>CRLValuesType. getEncapsulatedCRLValue()Gets the value of the encapsulatedCRLValue property.List<EncapsulatedPKIDataType>OCSPValuesType. getEncapsulatedOCSPValue()Gets the value of the encapsulatedOCSPValue property.Methods in com.helger.xsds.xades132 with parameters of type EncapsulatedPKIDataType Modifier and Type Method Description voidCertifiedRolesListType. addCertifiedRole(EncapsulatedPKIDataType elem)Created by ph-jaxb-plugin -Xph-list-extensionvoidCRLValuesType. addEncapsulatedCRLValue(EncapsulatedPKIDataType elem)Created by ph-jaxb-plugin -Xph-list-extensionvoidOCSPValuesType. addEncapsulatedOCSPValue(EncapsulatedPKIDataType elem)Created by ph-jaxb-plugin -Xph-list-extensionvoidEncapsulatedPKIDataType. cloneTo(EncapsulatedPKIDataType ret)This method clones all values fromthisto the passed object.jakarta.xml.bind.JAXBElement<EncapsulatedPKIDataType>ObjectFactory. createEncapsulatedPKIData(EncapsulatedPKIDataType value)jakarta.xml.bind.JAXBElement<EncapsulatedPKIDataType>ObjectFactory. createX509AttributeCertificate(EncapsulatedPKIDataType value)voidCertifiedRoleTypeV2. setX509AttributeCertificate(EncapsulatedPKIDataType value)Sets the value of the x509AttributeCertificate property.Method parameters in com.helger.xsds.xades132 with type arguments of type EncapsulatedPKIDataType Modifier and Type Method Description voidCertifiedRolesListType. setCertifiedRole(List<EncapsulatedPKIDataType> aList)Created by ph-jaxb-plugin -Xph-list-extensionvoidCRLValuesType. setEncapsulatedCRLValue(List<EncapsulatedPKIDataType> aList)Created by ph-jaxb-plugin -Xph-list-extensionvoidOCSPValuesType. setEncapsulatedOCSPValue(List<EncapsulatedPKIDataType> aList)Created by ph-jaxb-plugin -Xph-list-extension
-