Class AttributeRevocationRefs
java.lang.Object
br.ufsc.labsec.parser.jades.attributes.schema.CompleteRevocationRefsType
br.ufsc.labsec.parser.jades.attributes.unsigned.AttributeRevocationRefs
- All Implemented Interfaces:
SignatureAttribute<JadesAttrCommonStruct>, Cloneable, CRLSelector, org.bouncycastle.util.Selector<org.bouncycastle.asn1.ocsp.BasicOCSPResponse>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringEntrada no cabeçalho que relacionam o SigningCertificateFields inherited from class CompleteRevocationRefsType
algorithm, CRL_REFS, crlRefs, OCSP_REFS, ocspRefs, OTHER_REFS, otherRefsValues -
Constructor Summary
ConstructorsConstructorDescriptionAttributeRevocationRefs(AttributeRevocationRefs toBeCopied) AttributeRevocationRefs(List<CRL> crls, List<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> ocsps, List<org.json.JSONObject> otherRefs, String digestAlgorithm) AttributeRevocationRefs(List<CRL> crls, List<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> ocsps, List<org.json.JSONObject> otherRefs, org.bouncycastle.asn1.ASN1ObjectIdentifier digestIdentifier) AttributeRevocationRefs(List<CRL> crls, List<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> ocsps, List<org.json.JSONObject> otherRefs, org.bouncycastle.asn1.x509.AlgorithmIdentifier digestIdentifier) -
Method Summary
Methods inherited from class CompleteRevocationRefsType
getCrlRefs, getEncoded, getOcspRefs, match, match, match, setAlgorithm
-
Field Details
-
IDENTIFIER
Entrada no cabeçalho que relacionam o SigningCertificate- See Also:
-
-
Constructor Details
-
AttributeRevocationRefs
public AttributeRevocationRefs() -
AttributeRevocationRefs
public AttributeRevocationRefs(List<CRL> crls, List<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> ocsps, List<org.json.JSONObject> otherRefs, String digestAlgorithm) throws SignatureAttributeException - Throws:
SignatureAttributeException
-
AttributeRevocationRefs
public AttributeRevocationRefs(List<CRL> crls, List<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> ocsps, List<org.json.JSONObject> otherRefs, org.bouncycastle.asn1.ASN1ObjectIdentifier digestIdentifier) throws SignatureAttributeException - Throws:
SignatureAttributeException
-
AttributeRevocationRefs
public AttributeRevocationRefs(List<CRL> crls, List<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> ocsps, List<org.json.JSONObject> otherRefs, org.bouncycastle.asn1.x509.AlgorithmIdentifier digestIdentifier) throws SignatureAttributeException - Throws:
SignatureAttributeException
-
AttributeRevocationRefs
-
-
Method Details
-
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
-
isSigned
public boolean isSigned()Informa se o atributo é assinado- Returns:
- Indica se o atributo é assinado
-
getIdentifier
Retorna o identificador do atributo- Returns:
- O identificador do atributo
-
getValuesIdentifier
Retorna o identificador do atributo de valores- Specified by:
getValuesIdentifierin classCompleteRevocationRefsType- Returns:
- O identificador do atributo de valores
-
clone
- Specified by:
clonein interfaceCRLSelector- Specified by:
clonein interfaceorg.bouncycastle.util.Selector<org.bouncycastle.asn1.ocsp.BasicOCSPResponse>- Specified by:
clonein classCompleteRevocationRefsType
-