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