Bouncy Castle Cryptography Library 1.79

org.bouncycastle.cert.cmp
Class RevocationDetails

java.lang.Object
  |
  +--org.bouncycastle.cert.cmp.RevocationDetails

public class RevocationDetails
extends java.lang.Object


Constructor Summary
RevocationDetails(org.bouncycastle.asn1.cmp.RevDetails revDetails)
           
 
Method Summary
 org.bouncycastle.asn1.x500.X500Name getIssuer()
           
 java.math.BigInteger getSerialNumber()
           
 org.bouncycastle.asn1.x500.X500Name getSubject()
           
 org.bouncycastle.asn1.cmp.RevDetails toASN1Structure()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RevocationDetails

public RevocationDetails(org.bouncycastle.asn1.cmp.RevDetails revDetails)
Method Detail

getSubject

public org.bouncycastle.asn1.x500.X500Name getSubject()

getIssuer

public org.bouncycastle.asn1.x500.X500Name getIssuer()

getSerialNumber

public java.math.BigInteger getSerialNumber()

toASN1Structure

public org.bouncycastle.asn1.cmp.RevDetails toASN1Structure()

Bouncy Castle Cryptography Library 1.79