| org.bouncycastle.asn1.ASN1Choice
All known Subclasses: org.bouncycastle.asn1.x509.Target, org.bouncycastle.asn1.x9.X962Parameters, org.bouncycastle.asn1.crmf.ProofOfPossession, org.bouncycastle.asn1.x509.Time, org.bouncycastle.asn1.x509.GeneralName, org.bouncycastle.asn1.ocsp.ResponderID, org.bouncycastle.asn1.ocsp.CertStatus, org.bouncycastle.asn1.isismtt.x509.DeclarationOfMajority, org.bouncycastle.asn1.x500.DirectoryString, org.bouncycastle.asn1.x509.AttCertIssuer, org.bouncycastle.asn1.cmp.PKIBody, org.bouncycastle.asn1.x509.qualified.Iso4217CurrencyCode, org.bouncycastle.asn1.cmp.CMPCertificate, org.bouncycastle.asn1.x509.qualified.TypeOfBiometricData, org.bouncycastle.asn1.cmp.CertOrEncCert, org.bouncycastle.asn1.x509.DisplayText, org.bouncycastle.asn1.x509.sigi.NameOrPseudonym, org.bouncycastle.asn1.x509.DistributionPointName, org.bouncycastle.asn1.isismtt.ocsp.RequestedCertificate,
ASN1Choice | public interface ASN1Choice (Code) | | Marker interface for CHOICE objects - if you implement this in a role your
own object any attempt to tag the object implicitly will convert the tag to
an explicit one as the encoding rules require.
If you use this interface your class should also implement the getInstance
pattern which takes a tag object and the tagging mode used.
|
|
|