Class VPKCRequestData


  • public class VPKCRequestData
    extends DVCSRequestData
    Data piece of DVCS request to VPKC service (Verify Public Key Certificates). It contains VPKC-specific interface.

    This objects are constructed internally, to build DVCS request to VPKC service use VPKCRequestBuilder.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List getCerts()
      Get contained certs choice data..
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getCerts

        public java.util.List getCerts()
        Get contained certs choice data..
        Returns:
        a list of CertChain objects.