| | |
| | | * CDDL HEADER END |
| | | * |
| | | * |
| | | * Copyright 2008 Sun Microsystems, Inc. |
| | | * Copyright 2008-2009 Sun Microsystems, Inc. |
| | | */ |
| | | package org.opends.server.util; |
| | | |
| | |
| | | public void testGenerateCSRAliasInUse() |
| | | throws Exception |
| | | { |
| | | if (! CERT_MANAGER_AVAILABLE) |
| | | if (! CERT_MANAGER_AVAILABLE || Platform.isVendor("IBM")) |
| | | { |
| | | return; |
| | | } |
| | |
| | | public void testGenerateCSRInvalidSubject() |
| | | throws Exception |
| | | { |
| | | if (! CERT_MANAGER_AVAILABLE) |
| | | if (! CERT_MANAGER_AVAILABLE || Platform.isVendor("IBM")) |
| | | { |
| | | return; |
| | | } |
| | |
| | | public void testGenerateCSRJKS() |
| | | throws Exception |
| | | { |
| | | if (! CERT_MANAGER_AVAILABLE) |
| | | if (! CERT_MANAGER_AVAILABLE || Platform.isVendor("IBM")) |
| | | { |
| | | return; |
| | | } |
| | |
| | | public void testGenerateCSRPKCS12() |
| | | throws Exception |
| | | { |
| | | if (! CERT_MANAGER_AVAILABLE) |
| | | if (! CERT_MANAGER_AVAILABLE || Platform.isVendor("IBM")) |
| | | { |
| | | return; |
| | | } |