Uses of Class
org.bouncycastle.dvcs.DVCSRequestInfo
-
Packages that use DVCSRequestInfo Package Description org.bouncycastle.dvcs Classes for dealing "Internet X.509 Public Key Infrastructure Data Validation and Certification Server Protocols" - RFC 3029. -
-
Uses of DVCSRequestInfo in org.bouncycastle.dvcs
Methods in org.bouncycastle.dvcs that return DVCSRequestInfo Modifier and Type Method Description DVCSRequestInfo
DVCSRequest. getRequestInfo()
Get RequestInformation envelope.Methods in org.bouncycastle.dvcs with parameters of type DVCSRequestInfo Modifier and Type Method Description static boolean
DVCSRequestInfo. validate(DVCSRequestInfo requestInfo, DVCSRequestInfo responseInfo)
Compares two DVCRequestInfo structures: one from DVCRequest, and one from DVCResponse.
-