|
| |
DerSetBCFips (DerSet derSet) |
| |
Creates new wrapper instance for Org.BouncyCastle.Asn1.DerSet. More...
|
| |
| |
DerSetBCFips (Asn1EncodableVector vector) |
| |
Creates new wrapper instance for Org.BouncyCastle.Asn1.DerSet. More...
|
| |
| |
DerSetBCFips (Asn1Encodable encodable) |
| |
Creates new wrapper instance for Org.BouncyCastle.Asn1.DerSet. More...
|
| |
| virtual DerSet |
GetDerSet () |
| |
Gets actual org.bouncycastle object being wrapped. More...
|
| |
| |
Asn1SetBCFips (Asn1Set set) |
| |
Creates new wrapper instance for Org.BouncyCastle.Asn1.Asn1Set. More...
|
| |
| |
Asn1SetBCFips (Asn1TaggedObject taggedObject, bool b) |
| |
Creates new wrapper instance for Org.BouncyCastle.Asn1.Asn1Set. More...
|
| |
| virtual Asn1Set |
GetAsn1Set () |
| |
Gets actual org.bouncycastle object being wrapped. More...
|
| |
| virtual IEnumerator |
GetObjects () |
| |
Calls actual getObjects method for the wrapped ASN1Set object. More...
|
| |
| virtual int |
Size () |
| |
Calls actual size method for the wrapped ASN1Set object. More...
|
| |
| virtual IAsn1Encodable |
GetObjectAt (int index) |
| |
Calls actual getObjectAt method for the wrapped ASN1Set object. More...
|
| |
| virtual IAsn1Encodable[] |
ToArray () |
| |
Calls actual toArray method for the wrapped ASN1Set object. More...
|
| |
| |
Asn1ObjectBCFips (Asn1Object primitive) |
| |
Creates new wrapper instance for Org.BouncyCastle.Asn1.Asn1Object. More...
|
| |
| |
Asn1ObjectBCFips (byte[] array) |
| |
Creates new wrapper instance for Org.BouncyCastle.Asn1.Asn1Object. More...
|
| |
| virtual Asn1Object |
GetPrimitive () |
| |
Gets actual org.bouncycastle object being wrapped. More...
|
| |
| virtual byte[] |
GetEncoded () |
| |
Calls actual getEncoded method for the wrapped ASN1Primitive object. More...
|
| |
| virtual byte[] |
GetEncoded (String encoding) |
| |
Calls actual getEncoded method for the wrapped ASN1Primitive object. More...
|
| |
| |
Asn1EncodableBCFips (Asn1Encodable encodable) |
| |
Creates new wrapper instance for Org.BouncyCastle.Asn1.Asn1Encodable. More...
|
| |
| virtual Asn1Encodable |
GetEncodable () |
| |
Gets actual org.bouncycastle object being wrapped. More...
|
| |
| virtual IAsn1Object |
ToASN1Primitive () |
| |
Calls actual toASN1Primitive method for the wrapped ASN1Encodable object. More...
|
| |
| virtual bool |
IsNull () |
| |
Checks if wrapped object is null. More...
|
| |
| override bool |
Equals (Object o) |
| |
Indicates whether some other object is "equal to" this one. More...
|
| |
| override int |
GetHashCode () |
| |
Returns a hash code value based on the wrapped object. More...
|
| |
| override String |
ToString () |
| |
Delegates toString method call to the wrapped object. More...
|
| |