public static class GsiWrappingTrustManager.CertificateCriticalExtensionsNotSupported extends CertificateException
| Constructor and Description |
|---|
GsiWrappingTrustManager.CertificateCriticalExtensionsNotSupported() |
GsiWrappingTrustManager.CertificateCriticalExtensionsNotSupported(Set<String> unsupportedCriticalExtensionOIDs) |
GsiWrappingTrustManager.CertificateCriticalExtensionsNotSupported(String message,
Set<String> unsupportedCriticalExtensionOIDs) |
GsiWrappingTrustManager.CertificateCriticalExtensionsNotSupported(String message,
Throwable throwable,
Set<String> unsupportedCriticalExtensionOIDs) |
GsiWrappingTrustManager.CertificateCriticalExtensionsNotSupported(Throwable throwable,
Set<String> unsupportedCriticalExtensionOIDs) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getUnsupportedCriticalExtensionOIDs() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic GsiWrappingTrustManager.CertificateCriticalExtensionsNotSupported()
public GsiWrappingTrustManager.CertificateCriticalExtensionsNotSupported(Set<String> unsupportedCriticalExtensionOIDs)
public GsiWrappingTrustManager.CertificateCriticalExtensionsNotSupported(String message, Set<String> unsupportedCriticalExtensionOIDs)
public GsiWrappingTrustManager.CertificateCriticalExtensionsNotSupported(Throwable throwable, Set<String> unsupportedCriticalExtensionOIDs)
Copyright © 2013. All Rights Reserved.