Class AttributeRevocationValues
java.lang.Object
br.ufsc.labsec.parser.jades.attributes.schema.RevocationValuesType
br.ufsc.labsec.parser.jades.attributes.unsigned.AttributeRevocationValues
- All Implemented Interfaces:
SignatureAttribute<JadesAttrCommonStruct>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringEntrada no cabeçalho que relacionam o SigningCertificateFields inherited from class RevocationValuesType
CRL_VALS, crlValues, OCSP_VALS, ocspValues, OTHER_VALS, otherRevValues -
Constructor Summary
ConstructorsConstructorDescriptionAttributeRevocationValues(List<PKIObject> crlValues, List<PKIObject> ocspValues, List<org.json.JSONObject> otherRevValues) AttributeRevocationValues(List<CRL> crls, List<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> ocsps, List<org.json.JSONObject> otherRevValues, String digestAlgorithm) -
Method Summary
Methods inherited from class RevocationValuesType
getCRLs, getCrlValues, getEncoded, getOCSPResponses, getOCSPs, getOcspValues, getOtherRevValues
-
Field Details
-
IDENTIFIER
Entrada no cabeçalho que relacionam o SigningCertificate- See Also:
-
-
Constructor Details
-
AttributeRevocationValues
public AttributeRevocationValues() -
AttributeRevocationValues
-
AttributeRevocationValues
public AttributeRevocationValues(List<CRL> crls, List<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> ocsps, List<org.json.JSONObject> otherRevValues, String digestAlgorithm) throws SignatureAttributeException - Throws:
SignatureAttributeException
-
-
Method Details
-
isSigned
public boolean isSigned()Informa se o atributo é assinado- Returns:
- Indica se o atributo é assinado
-
isUnique
public boolean isUnique()Informa se o atributo deve ter apenas uma instância na assinatura- Returns:
- Indica se o atributo deve ter apenas uma instância na assinatura
-
getIdentifier
Retorna o identificador do atributo- Returns:
- O identificador do atributo
-
getRefsIdentifier
Retorna o identificador do atributo de referências- Specified by:
getRefsIdentifierin classRevocationValuesType- Returns:
- O identificador do atributo de referências
-