Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.pkix.util.filter
Class UntrustedUrlInput

java.lang.Object
  |
  +--org.bouncycastle.pkix.util.filter.UntrustedInput
        |
        +--org.bouncycastle.pkix.util.filter.UntrustedUrlInput

public class UntrustedUrlInput
extends UntrustedInput

Wrapper class to mark an untrusted Url


Fields inherited from class org.bouncycastle.pkix.util.filter.UntrustedInput
input
 
Constructor Summary
UntrustedUrlInput(java.lang.Object url)
           
 
Methods inherited from class org.bouncycastle.pkix.util.filter.UntrustedInput
getInput, getString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UntrustedUrlInput

public UntrustedUrlInput(java.lang.Object url)

Bouncy Castle Cryptography Library 1.77.0