public class

Iso4217CurrencyCode

extends ASN1Encodable
implements ASN1Choice
java.lang.Object
   ↳ org.bouncycastle.asn1.ASN1Encodable
     ↳ org.bouncycastle.asn1.x509.qualified.Iso4217CurrencyCode

Class Overview

The Iso4217CurrencyCode object.

 Iso4217CurrencyCode  ::=  CHOICE {
       alphabetic              PrintableString (SIZE 3), --Recommended
       numeric              INTEGER (1..999) }
 -- Alphabetic or numeric currency code as defined in ISO 4217
 -- It is recommended that the Alphabetic form is used
 

Summary

[Expand]
Inherited Constants
From class org.bouncycastle.asn1.ASN1Encodable
Public Constructors
Iso4217CurrencyCode(int numeric)
Iso4217CurrencyCode(String alphabetic)
Public Methods
String getAlphabetic()
static Iso4217CurrencyCode getInstance(Object obj)
int getNumeric()
boolean isAlphabetic()
DERObject toASN1Object()
[Expand]
Inherited Methods
From class org.bouncycastle.asn1.ASN1Encodable
From class java.lang.Object
From interface org.bouncycastle.asn1.DEREncodable

Public Constructors

public Iso4217CurrencyCode (int numeric)

public Iso4217CurrencyCode (String alphabetic)

Public Methods

public String getAlphabetic ()

public static Iso4217CurrencyCode getInstance (Object obj)

public int getNumeric ()

public boolean isAlphabetic ()

public DERObject toASN1Object ()