Package org.bouncycastle.bcpg.sig
Class RegularExpression
- java.lang.Object
-
- org.bouncycastle.bcpg.SignatureSubpacket
-
- org.bouncycastle.bcpg.sig.RegularExpression
-
public class RegularExpression extends SignatureSubpacket
Signature Subpacket containing a regular expression limiting the scope of the signature. Note: the RFC says the byte encoding is to be null terminated.
-
-
Field Summary
-
Fields inherited from class org.bouncycastle.bcpg.SignatureSubpacket
data
-
-
Constructor Summary
Constructors Constructor Description RegularExpression(boolean critical, boolean isLongLength, byte[] data)
RegularExpression(boolean critical, java.lang.String regex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getRawRegex()
java.lang.String
getRegex()
-
Methods inherited from class org.bouncycastle.bcpg.SignatureSubpacket
encode, equals, getData, getType, hashCode, isCritical, isLongLength
-
-