Class PolicyURI

java.lang.Object
org.bouncycastle.bcpg.SignatureSubpacket
org.bouncycastle.bcpg.sig.PolicyURI

public class PolicyURI extends SignatureSubpacket
  • Constructor Details

    • PolicyURI

      public PolicyURI(boolean critical, boolean isLongLength, byte[] data)
    • PolicyURI

      public PolicyURI(boolean critical, String uri)
  • Method Details

    • getURI

      public String getURI()
    • getRawURI

      public byte[] getRawURI()