java.lang.Object
br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder.DeltaTime

public class DeltaTime
extends Object
Este elemento é usado para representar o tempo indicado pelos atributos cautionPeriod e signatureTimestampDelay.
  • Constructor Summary

    Constructors
    Constructor Description
    DeltaTime​(org.bouncycastle.asn1.ASN1Sequence deltaTime)
    Construtor usado para decodificar um atributo de uma política ASN1.
  • Method Summary

    Modifier and Type Method Description
    org.bouncycastle.asn1.ASN1Integer getDeltaDays()
    Retorna os dias do tempo indicado
    org.bouncycastle.asn1.ASN1Integer getDeltaHours()
    Retorna as horas do tempo indicado
    org.bouncycastle.asn1.ASN1Integer getDeltaMinutes()
    Retorna os minutos do tempo indicado
    org.bouncycastle.asn1.ASN1Integer getDeltaSeconds()
    Retorna os segundos do tempo indicado

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DeltaTime

      public DeltaTime​(org.bouncycastle.asn1.ASN1Sequence deltaTime)
      Construtor usado para decodificar um atributo de uma política ASN1.
      Parameters:
      deltaTime - codificação ASN1 do atributo DeltaTime.
  • Method Details

    • getDeltaSeconds

      public org.bouncycastle.asn1.ASN1Integer getDeltaSeconds()
      Retorna os segundos do tempo indicado
      Returns:
      Os segundos
    • getDeltaMinutes

      public org.bouncycastle.asn1.ASN1Integer getDeltaMinutes()
      Retorna os minutos do tempo indicado
      Returns:
      Os minutos
    • getDeltaHours

      public org.bouncycastle.asn1.ASN1Integer getDeltaHours()
      Retorna as horas do tempo indicado
      Returns:
      As horas
    • getDeltaDays

      public org.bouncycastle.asn1.ASN1Integer getDeltaDays()
      Retorna os dias do tempo indicado
      Returns:
      Os dias