public class SspRange extends ASN1Object
SspRange ::= CHOICE { opaque SequenceOfOctetString, all NULL, ... bitmapSspRange BitmapSspRange }
Constructor and Description |
---|
SspRange(BitmapSspRange range) |
Modifier and Type | Method and Description |
---|---|
BitmapSspRange |
getBitmapSspRange() |
static SspRange |
getInstance(Object src) |
SequenceOfOctetString |
getOpaque() |
boolean |
isAll() |
boolean |
maybeOpaque() |
ASN1Primitive |
toASN1Primitive() |
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
public SspRange(BitmapSspRange range)
public boolean isAll()
public boolean maybeOpaque()
public BitmapSspRange getBitmapSspRange()
public SequenceOfOctetString getOpaque()
public ASN1Primitive toASN1Primitive()
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object
Copyright © 2021 BouncyCastle.org. All rights reserved.