Bouncy Castle Cryptography Library 1.79

org.bouncycastle.dvcs
Class VPKCRequestData

java.lang.Object
  |
  +--org.bouncycastle.dvcs.DVCSRequestData
        |
        +--org.bouncycastle.dvcs.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.


Fields inherited from class org.bouncycastle.dvcs.DVCSRequestData
data
 
Method Summary
 java.util.List getCerts()
          Get contained certs choice data..
 
Methods inherited from class org.bouncycastle.dvcs.DVCSRequestData
toASN1Structure
 
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.

Bouncy Castle Cryptography Library 1.79