Class KeyRingValidator


  • public final class KeyRingValidator
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <R extends org.bouncycastle.openpgp.PGPKeyRing>
      R
      validate​(R keyRing, Policy policy)  
      static <R extends org.bouncycastle.openpgp.PGPKeyRing>
      R
      validate​(R keyRing, Policy policy, java.util.Date validationDate)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • validate

        public static <R extends org.bouncycastle.openpgp.PGPKeyRing> R validate​(R keyRing,
                                                                                 Policy policy)
      • validate

        public static <R extends org.bouncycastle.openpgp.PGPKeyRing> R validate​(R keyRing,
                                                                                 Policy policy,
                                                                                 java.util.Date validationDate)
                                                                          throws org.bouncycastle.openpgp.PGPException
        Throws:
        org.bouncycastle.openpgp.PGPException