Uses of Class
org.etsi.uri._01903.v1_3.EncapsulatedPKIData
Packages that use EncapsulatedPKIData
-
Uses of EncapsulatedPKIData in org.etsi.uri._01903.v1_3
Fields in org.etsi.uri._01903.v1_3 with type parameters of type EncapsulatedPKIDataModifier and TypeFieldDescriptionprotected List<EncapsulatedPKIData>CertifiedRolesListType.certifiedRolesprotected List<EncapsulatedPKIData>CRLValuesType.encapsulatedCRLValuesprotected List<EncapsulatedPKIData>OCSPValuesType.encapsulatedOCSPValuesMethods in org.etsi.uri._01903.v1_3 that return EncapsulatedPKIDataModifier and TypeMethodDescriptionObjectFactory.createEncapsulatedPKIData()Create an instance ofEncapsulatedPKIDataEncapsulatedPKIData.withEncoding(String value) EncapsulatedPKIData.withValue(byte[] value) Methods in org.etsi.uri._01903.v1_3 that return types with arguments of type EncapsulatedPKIDataModifier and TypeMethodDescriptionCertifiedRolesListType.getCertifiedRoles()Gets the value of the certifiedRoles property.CRLValuesType.getEncapsulatedCRLValues()Gets the value of the encapsulatedCRLValues property.OCSPValuesType.getEncapsulatedOCSPValues()Gets the value of the encapsulatedOCSPValues property.Methods in org.etsi.uri._01903.v1_3 with parameters of type EncapsulatedPKIDataModifier and TypeMethodDescriptionCertifiedRolesListType.withCertifiedRoles(EncapsulatedPKIData... values) CRLValuesType.withEncapsulatedCRLValues(EncapsulatedPKIData... values) OCSPValuesType.withEncapsulatedOCSPValues(EncapsulatedPKIData... values) Method parameters in org.etsi.uri._01903.v1_3 with type arguments of type EncapsulatedPKIDataModifier and TypeMethodDescriptionvoidCertifiedRolesListType.setCertifiedRoles(List<EncapsulatedPKIData> value) voidCRLValuesType.setEncapsulatedCRLValues(List<EncapsulatedPKIData> value) voidOCSPValuesType.setEncapsulatedOCSPValues(List<EncapsulatedPKIData> value) CertifiedRolesListType.withCertifiedRoles(Collection<EncapsulatedPKIData> values) CertifiedRolesListType.withCertifiedRoles(List<EncapsulatedPKIData> value) CRLValuesType.withEncapsulatedCRLValues(Collection<EncapsulatedPKIData> values) CRLValuesType.withEncapsulatedCRLValues(List<EncapsulatedPKIData> value) OCSPValuesType.withEncapsulatedOCSPValues(Collection<EncapsulatedPKIData> values) OCSPValuesType.withEncapsulatedOCSPValues(List<EncapsulatedPKIData> value) Constructor parameters in org.etsi.uri._01903.v1_3 with type arguments of type EncapsulatedPKIDataModifierConstructorDescriptionCertifiedRolesListType(List<EncapsulatedPKIData> certifiedRoles) Fully-initialising value constructorCRLValuesType(List<EncapsulatedPKIData> encapsulatedCRLValues) Fully-initialising value constructorOCSPValuesType(List<EncapsulatedPKIData> encapsulatedOCSPValues) Fully-initialising value constructor