Package org.bouncycastle.asn1.its
Class BitmapSspRange
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.its.BitmapSspRange
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable,org.bouncycastle.util.Encodable
public class BitmapSspRange
extends org.bouncycastle.asn1.ASN1Object
BitmapSspRange ::= SEQUENCE {
sspValue OCTET STRING (SIZE(1..32)),
sspBitmask OCTET STRING (SIZE(1..32))
}
-
Method Summary
Modifier and TypeMethodDescriptionstatic BitmapSspRangebyte[]byte[]org.bouncycastle.asn1.ASN1PrimitiveMethods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Method Details
-
getInstance
-
getSspValue
public byte[] getSspValue() -
getSspBitmask
public byte[] getSspBitmask() -
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()- Specified by:
toASN1Primitivein interfaceorg.bouncycastle.asn1.ASN1Encodable- Specified by:
toASN1Primitivein classorg.bouncycastle.asn1.ASN1Object
-