Bouncy Castle Cryptography Library 1.49

org.bouncycastle.openssl
Class PEMUtilities

java.lang.Object
  extended by org.bouncycastle.openssl.PEMUtilities

public final class PEMUtilities
extends java.lang.Object


Constructor Summary
PEMUtilities()
           
 
Method Summary
static boolean isPKCS12(org.bouncycastle.asn1.DERObjectIdentifier algOid)
           
static boolean isPKCS5Scheme2(org.bouncycastle.asn1.ASN1ObjectIdentifier algOid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PEMUtilities

public PEMUtilities()
Method Detail

isPKCS5Scheme2

public static boolean isPKCS5Scheme2(org.bouncycastle.asn1.ASN1ObjectIdentifier algOid)

isPKCS12

public static boolean isPKCS12(org.bouncycastle.asn1.DERObjectIdentifier algOid)

Bouncy Castle Cryptography Library 1.49